Re: filtering search using regex

2008-04-12 Thread Mathieu Lecarme
hi, I have a question ... I need to be able to filter a search using a regex. I cannot used facet as the filtering is pretty complex (but easy to perform using a regex). For instance I have stored in the field ID the value 12G and I want to basically filter out all the results that are > 12

Re: Facet Query

2008-04-12 Thread Shalin Shekhar Mangar
Facet fields and facet queries do not depend on each other. Both of them depend only on the query and filter queries applied. For example, lets say you're searching for cars with a full text query "hybrid sedan" and the UI should show counts of each manufacturer of the car e.g. Honda - 20, Chevrol

Re: filtering search using regex

2008-04-12 Thread Abeba Tensai
hi mathieu, i cannot split the data in a very meaningful way. My example is a bit misleading. basically, I can have the field FILTER indexed with 12K or 13B-14K and the user might want results that have field FILTER > 13 and K, the first one (12K) won't match because 12 < 13 but the second will (i