Re: how can solr search angainst group of field

2009-01-23 Thread Marc Sturlese
I think you could use dismax and restric de result with a filter query. Suposing you're using dismaxquery parser it should look like: http://localhost:8080/solr/select?q=whateverfq=category:3 I think this would sort your case surfer10 wrote: definitly disMax do the thing by searching one

Re: how can solr search angainst group of field

2009-01-22 Thread surfer10
definitly disMax do the thing by searching one term against multifield. but what if my index contains two additional multivalued fields like category id i need to search against terms in particular fields of documents and dismax do this well thru qf=field1,field2 how can i filter results which

Re: how can solr search angainst group of field

2009-01-20 Thread Marc Sturlese
Chech the DismaxRequestHandler, maybe it helps. It allows you to choose more that one field where to search: http://wiki.apache.org/solr/DisMaxRequestHandler#head-af452050ee272a1c88e2ff89dc0012049e69e180 surfer10 wrote: Good days gentlemen. in my search engine i have 4 groups of text: 1)