Solr Suggester not working.

2015-06-25 Thread ssharma7...@gmail.com
Hi, I am new to Solr & have installed Solr 5.1. I am trying to get the Suggester component working without any success, the following are the relevant details: *Schema.xml*

Re: Solr Suggester not working.

2015-06-30 Thread ssharma7...@gmail.com
davidphilip cherian & Alessandro Benedetti, Thanks for you feedback & links, I was able to get the suggestions from suggester component. Thanks & Regards, Sachin Vyas. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Suggester-not-working-tp4214086p4214873.html Sent fro

Re: Solr Suggester not working.

2015-06-30 Thread ssharma7...@gmail.com
Vincenzo D'Amore, The following is my (CURRENT) Working Final Configuration: *Scheme.xml* . . . . . .

Re: Solr Suggester not working.

2015-06-30 Thread ssharma7...@gmail.com
Vincenzo D'Amore, Yes You are right, it's a typo, I missed it while cleaning the XML to put on the Solr-User list. But, *REMOVE *the following line, this was not used in my Solr 5.1 configuration: * false--> * Regards, Sachin Vyas. -- View this message in context: http://lucene.472066.n3.nabb

Restricting fields returned by Suggester reult.

2015-06-30 Thread ssharma7...@gmail.com
Hi, Is it possible to restrict the result returned by Suggeter to "selected" fields only? i.e. Currently, Suggester returns data in following structure (XML), Can I restrict the Solr (5.1) Suggestor to return ONLY "term" & EXCLUDE & as per Suggeter result XML below ? 0 16

Suggeter Result Exception in specific scenario

2015-06-30 Thread ssharma7...@gmail.com
Hi, I have the following Solr 5.1 configuration: *schema.xml* . . . . . .

Suggester configuration queries.

2015-06-30 Thread ssharma7...@gmail.com
Hi, I have the following Solr 5.1 configuration: *schema.xml* . . . . . .

Re: Restricting fields returned by Suggester reult.

2015-06-30 Thread ssharma7...@gmail.com
Alessandro Benedetti, Thanks for the update. Actually, what I meant by - "Is it possible to restrict the result returned by Suggeter to "selected" fields only?" was like option of "fl" available for querying (/select) in Solr, wherein there could be some fields as defined in "schema.xml", but we

Re: Suggester configuration queries.

2015-07-01 Thread ssharma7...@gmail.com
Erick, As per your reply - *"So for your situation, I'd use a copyField to a minimally-analyzed field and use the index-based suggesters."* Are you suggesting use of "spellCheck" component in Solr, and in it "DirectSolrSpellChecker"? Regards, Sachin Vyas. -- View this message in context:

Re: Restricting fields returned by Suggester reult.

2015-07-01 Thread ssharma7...@gmail.com
Alessandro Benedetti, Thanks for the reply, it answered my query. Thanks, Sachin Vyas. -- View this message in context: http://lucene.472066.n3.nabble.com/Restricting-fields-returned-by-Suggester-reult-tp4214948p4215193.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Suggester configuration queries.

2015-07-02 Thread ssharma7...@gmail.com
Erick, We actaully have a working version of Solr 4.6 Spellchecker, the configuration details are as mentioned below: *Solr 4.6 - schema.xml*

Re: Suggester configuration queries.

2015-07-06 Thread ssharma7...@gmail.com
Any Suggestions on this ? Regards, Sachin Vyas. -- View this message in context: http://lucene.472066.n3.nabble.com/Suggester-configuration-queries-tp4214950p4216045.html Sent from the Solr - User mailing list archive at Nabble.com.

Is there a difference in Solr 4.6 Spellchecker & Solr 5.2 Spellchecker results

2015-07-07 Thread ssharma7...@gmail.com
Hi, The following is my configuration *Solr 4.6 - schema.xml*

Difference in Solr 4.6 & Solr 5.1 spellchecker results.

2015-07-07 Thread ssharma7...@gmail.com
Hi, I have a working version of Solr 4.6 Spellchecker, the configuration details are as mentioned below: *Solr 4.6 - schema.xml*

Re: Suggester configuration queries.

2015-07-13 Thread ssharma7...@gmail.com
Hi, I am using the Solr Terms Component for auto-suggestion, this provides me the functionality as per my requirements. https://wiki.apache.org/solr/TermsComponent Regards, Sachin Vyas. -- View this message in context: http://lucene.472066.n3.nabble.com/Suggester-configuration-queries-tp4214

Re: Suggester configuration queries.

2015-07-13 Thread ssharma7...@gmail.com
Hi, For my reply dated "Jul 02, 2015; 4:47pm", Actually *there is no difference in results* for "spellchecker" & "suggester" components in Solr 4.6 and Solr 5.1. I was actually mixing up the two components. Thanks & Regards, Sachin Vyas. -- View this message in context: http://lucene.472066.n

Re: Suggester configuration queries.

2015-07-13 Thread ssharma7...@gmail.com
Hi, For my reply dated "Jul 02, 2015; 4:47pm", for my scenario / test data, the results of Spellchecker of Solr 4.6 & 5.1 are fine. Also, the results of Suggester of Solr 4.6 & 5.1 are fine. I was mixing up the two components. Thanks & Regards, Sachin Vyas. -- View this message in context:

Re: Suggester configuration queries.

2015-07-14 Thread ssharma7...@gmail.com
Alessandro Benedetti, Thanks for the links. Regards, Sachin Vyas. -- View this message in context: http://lucene.472066.n3.nabble.com/Suggester-configuration-queries-tp4214950p4217234.html Sent from the Solr - User mailing list archive at Nabble.com.