Help needed in handling plurals

2011-01-10 Thread taimurAQ
Hi, I am currently facing the following problematic scenario: At index time, i index a field by the value of "Laptop" At index time, i index another field with the value of "Laptops" At query time, i search for "Laptops". What is happening right now is that i am only getting back "Laptops" in t

RE: Issue using filter query with spellCheck component

2010-12-31 Thread taimurAQ
Thanks for the reply. What i have done now is that i take the suggested string and make another query to solr along with the filter parameter. It is working for now, since i can't figure out another workaround. Regards, Taimur -- View this message in context: http://lucene.472066.n3.nabble.co

Issue using filter query with spellCheck component

2010-12-29 Thread taimurAQ
Hi, I am trying to use a filter query along with the spellcheck component but the resultant rows are completely ignoring the filter query parameter. I am using solrJ API to communicate with solr1.4. Here is a code snippet of how i am passing the query parameters: //start code snippet