govind created SOLR-9292:
----------------------------
Summary: 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: [email protected]
For additional commands, e-mail: [email protected]