You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erick Erickson (JIRA)" <ji...@apache.org> on 2016/07/11 16:16:10 UTC

[jira] [Commented] (SOLR-9292) Suggester not working for more than 200K records

    [ https://issues.apache.org/jira/browse/SOLR-9292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15371083#comment-15371083 ] 

Erick Erickson commented on SOLR-9292:
--------------------------------------

govind:

Have you tracked any possible code issues? If not, it's usually best to ask these kinds of questions on the user's list first, it'll be seen by a _lot_ more eyes then raise a JIRA if it's confirmed as something to be addressed in code.

As you can tell I haven't a clue about the underlying issue...



> Suggester not working for more than 200K records
> ------------------------------------------------
>
>                 Key: SOLR-9292
>                 URL: https://issues.apache.org/jira/browse/SOLR-9292
>             Project: Solr
>          Issue Type: Test
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Suggester
>    Affects Versions: 5.5
>         Environment: ubuntu 14.04, open jdk 1.8 
>            Reporter: govind
>
> Using lookup suggester and fuzzy lookup suggester in combination. Data uploaded to solr through json. Up to 200K records, both suggesters are working fine, but after words they are not working.
> Pushing Data as: 
> curl -X POST -H 'Content-Type: application/json' 'http://localhost:8983/solr/demo_autocomplete/update?versions=false' --data-binary @data.json
> Reload as: curl "http://localhost:8983/solr/admin/cores?wt=json&action=RELOAD&core=demo_autocomplete"
> and after that building and testing the suggester as:
> url "http://localhost:8983/solr/demo_autocomplete/suggest?suggest.dictionary=fuzzySuggester&suggest=true&suggest.build=true&suggest.q=test&wt=json"
> When I insert more than 200K records, it gives error as:
> at org.apache.lucene.util.automaton.Operations.topoSortStatesRecurse(Operations.java:1311)
> ---
> Is there any config I am missing or Do I need to modify some default limitations ?
> Regards,
> Govind



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org