Re: Faceted result , based on words specified in search query.

2012-12-17 Thread Upayavira
forward to create a facet that shows which of them matched. If you want combinations, you should do that at display time. Upayavira On Mon, Dec 17, 2012, at 07:07 AM, veena rani wrote: > Hi, > >If searched for three words in query. > > > Eg: > > Sony, Samsung,LG. &g

Aggregate functions on faceted result

2010-03-11 Thread Marcus Herou
Hi. We would like to be able to create trend graphs which have date in the X-axle and sum(pagerank) on the Y-Axle. We have the field pageRank stored as an external field (since it is updated all the time). I have started to build a SearchComponent which will be named something like FacetFunctionC

Re: faceted result

2007-03-16 Thread Erik Hatcher
You've got your field set to be analyzed, and its using a stemmer. Chances are you don't intend to analyze the fields you're faceting on (and if you are doing that intentionally, performance caveats apply). Check that the field type is "string" and re-index. Erik On Mar 16, 2007

faceted result

2007-03-16 Thread Giri
Hi, I am using Solr's faceted response, and the result seems to be OK on the numbers it is returning, but the words are trimmed in the response, for example, instead of "atmosphere" the response is returning as "atmospher", similarly the last letter (or last few letters) of most of the words are t