;,
> >"Wagner, Ronald S MD ",
> > ]
> > ,
> > "dname": [
> >"Wagner Enterprise Ronald",
> >"Gery Levy",
> > ]
> >
> > Any help/suggestion on this?
> &
t;Gery Levy",
> ]
>
> Any help/suggestion on this?
>
> -Original Message-
> From: Aloke Ghoshal [mailto:alghos...@gmail.com]
> Sent: Monday, November 04, 2013 1:09 AM
> To: solr-user@lucene.apache.org
> Subject: Re: Facet question: Getting only th
Gery Levy",
]
Any help/suggestion on this?
-Original Message-
From: Aloke Ghoshal [mailto:alghos...@gmail.com]
Sent: Monday, November 04, 2013 1:09 AM
To: solr-user@lucene.apache.org
Subject: Re: Facet question: Getting only the matched value from multivalued
field
Hi Susheel,
You might be able to pull something off using facet.prefix:
http://wiki.apache.org/solr/SimpleFacetParameters#facet.prefix.
Will work when the prefix is exact and doesn't require any analysis,
something along these lines:
http://solr.pl/en/2013/03/25/autocomplete-on-multivalued-fields-
On Dec 7, 2007 11:34 AM, Steve Barr <[EMAIL PROTECTED]> wrote:
> I'm new to Solr and getting an unexpected result. Basically I have a
> field "location" and one document with location values "Europe",
> "France", and "United States". When I try to do a faceted query on
> the location field, "Fran
: > Also, I'm still suspicious about your application. You have 1.5M
: > distinct tags for 4M documents? That seems quite dense.
it's possible the app is using the filterCache for other things (on other
fields) besies just the tag field ... but that still doesn't explain one
thing...
: descrip
> -Original Message-
> From: Mike Klaas [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 01, 2007 12:36 AM
> To: solr-user@lucene.apache.org
> Subject: Re: facet question
>
> On 31-May-07, at 1:35 PM, Gal Nitzan wrote:
>
> >>>
> >>> Ho
On 31-May-07, at 1:35 PM, Gal Nitzan wrote:
However, the cache size brings us to the 2GB limit.
If the cardinality of many of the tags is low, you can use HashSet-
based filters (the default size at which a HashSet is used is 3000).
[Gal Nitzan]
I will appreciate a pointer to documentation
> -Original Message-
> From: Mike Klaas [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 31, 2007 9:07 PM
> To: solr-user@lucene.apache.org
> Subject: Re: facet question
>
> On 31-May-07, at 1:33 AM, Gal Nitzan wrote:
>
> > Hi,
> >
> > We ha
On 31-May-07, at 1:33 AM, Gal Nitzan wrote:
Hi,
We have a small index with about 4 million docs.
On this index we have a field "tags" which is a multiple values field.
Running a facet query on the index with something like:
facet=true&facetField=tags&q=type:video takes about 1 minute.
We hav
On 5/31/07, Gal Nitzan <[EMAIL PROTECTED]> wrote:
We have a small index with about 4 million docs.
On this index we have a field "tags" which is a multiple values field.
Running a facet query on the index with something like:
facet=true&facetField=tags&q=type:video takes about 1 minute.
We hav
11 matches
Mail list logo