Keyword on a particular facet

2010-01-31 Thread murali k
I have this keyword "clothes" , when a user searches this keyword, i want to apply a facet to get results only from a particular category (applying a facet query on a particular field) how can I acheive this ? -- View this message in context: http://old.nabble.com/Keyword-on-a-particular-facet

boost on certain keywords

2010-01-28 Thread murali k
Say I have a clothes store, i have ladies clothes, mens clothes when someone searches for "clothes", i want to prioritize mens clothing results, how can I achieve this ? this logic should only apply for this keyword, other keywords should work as-is should I be trying with something on synonym

Re: Plurals in solr indexing

2010-01-27 Thread murali k
omma separated it will do as a group and when any one the words are queried matches will be returned. it is working now... after i made that change in synonyms.txt file murali k wrote: > > Hi, > I am having trouble with indexing plurals, > > I have the schema with follow

Plurals in solr indexing

2010-01-27 Thread murali k
Hi, I am having trouble with indexing plurals, I have the schema with following fields gender (field) - string (field type) (eg. data Boys) all (field) - text (field type) - solr.WhitespaceTokenizerFactory, solr.SynonymFilterFactory, solr.WordDelimiterFilterFactory, solr.LowerCaseFilterFactory