Hi,

First of all thanks for replying.

Secondly, maybe i wasn't clear enough in my original post regarding what was
required and what has been implemented.

In my schema, i have another field by the name of "Category" and, for
example's sake, let's assume that my application supports only two
categories: computers and accessories. Now, what i require is a mechanism to
assign correct categories to the items during item indexing so that this
field can be used to better filter the search results. Continuing from the
example in my original post, item A would belong to "Computer" category and
item B would belong to "Accessories" category. So then, searching for
"Laptop" would only look for items in the "Computers" category and return
item A only.

I would like to point out here that setting the category field manually is
not an option since the data might be in the vicinity of thousands of
records. I am not asking for an in-depth algorithm. Just a high level design
would be sufficient to set me in the right direction.

thanks.
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Item-precedence-search-problem-tp2130419p2130593.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to