RE: Solr Multiword Search

2014-05-14 Thread Vanitha
Hi Sandeep, I have same requirement as well. Finally do you get solution for the same? If yes, please post the schema.xml and solrconfig.xml configs here -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Multiword-Search-tp4053038p4135073.html Sent from the Solr - User m

RE: Solr Multiword Search

2013-04-11 Thread skmirch
Hi James, Your suggestions/tips for our spellcheck requirements were all very good. Thanks a lot for your help. -- Sandeep -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Multiword-Search-tp4053038p4055433.html Sent from the Solr - User mailing list archive at Nabble.c

RE: Solr Multiword Search

2013-04-05 Thread Dyer, James
rch [mailto:skmi...@hotmail.com] Sent: Friday, April 05, 2013 2:21 PM To: solr-user@lucene.apache.org Subject: RE: Solr Multiword Search Hi James, Thanks for the very useful tips, however, I am looking for searches that produce collations. I need a functionality where someone searching for &

RE: Solr Multiword Search

2013-04-05 Thread skmirch
Hi James, Thanks for the very useful tips, however, I am looking for searches that produce collations. I need a functionality where someone searching for "madona" sees results for "madona" and also get collations for "madonna". So a functionality like "Did you mean" can be provided. We need exa

RE: Solr Multiword Search

2013-04-04 Thread Dyer, James
) 213-4311 -Original Message- From: skmirch [mailto:skmi...@hotmail.com] Sent: Thursday, April 04, 2013 12:57 PM To: solr-user@lucene.apache.org Subject: RE: Solr Multiword Search Hi James, Thanks for the response. Nope, I'm not using dismax or edismax. Just the standard solr query p

RE: Solr Multiword Search

2013-04-04 Thread skmirch
Hi James, Thanks for the response. Nope, I'm not using dismax or edismax. Just the standard solr query parser. Also by using the variable "spellcheck.collateParam.q.op=AND" I see this working. This also means that all the words need to correct and the maxEdits can only be 2 else it won't sugges

RE: Solr Multiword Search

2013-04-04 Thread Dyer, James
tent Group (615) 213-4311 -Original Message- From: skmirch [mailto:skmi...@hotmail.com] Sent: Wednesday, April 03, 2013 6:37 PM To: solr-user@lucene.apache.org Subject: RE: Solr Multiword Search The following query is doing a word search (based on my previous post)... solr/spell?q=(charle

RE: Solr Multiword Search

2013-04-03 Thread skmirch
The following query is doing a word search (based on my previous post)... solr/spell?q=(charles+and+the+choclit+factory+OR+(title2:("charles+and+the+choclit+factory")))&spellcheck.collate=true&spellcheck=true&spellcheck.q=charles+and+the+choclit+factory It produces a lot of unwanted matches.

RE: Solr Multiword Search

2013-04-03 Thread skmirch
Hi James, Thanks for the information you have provided. I tried your suggestion and it helped a lot. However, as close as this seems to what I want, I still need for it to match the exact phrases that closely match my search words. So while I am now using the search words in q and also spellch

RE: Solr Multiword Search

2013-04-03 Thread Dyer, James
lue. (See http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.alternativeTermCount) James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: skmirch [mailto:skmi...@hotmail.com] Sent: Wednesday, April 03, 2013 12:19 PM To: solr-user@lucene.apache.org Subject: Re: Solr M

Re: Solr Multiword Search

2013-04-03 Thread skmirch
I have been trying to use the MultiWordSpellingQueryConverter.java since I need to be able to find the document that correspond to the suggested collations. At the moment it seems to be producing collations based on word matches and arbitrary words from the field are picked up to form collation an