I'm a bit confused by what you're asking for, but maybe it's as simple as
making a fq=facet_field:facet_value&fl=id request? You'd have to do this for
each value in the field.
Erik
On Jul 16, 2011, at 09:59 , Jeff Schmidt wrote:
> Hello:
>
> I have a need for applying certain terms a
If you have the option, try setting the default charset of the
servlet-container to utf-8.
Typically this is done by setting a system property on startup.
My experience has been that the default used to be utf-8 but it is less and
less and sometimes in a surprising way!
paul
Le 16 juil. 2011
Hello:
I have a need for applying certain terms and filter queries to my index
(producing the result set), and to create a response to clients that indicates
for a number of fields (some are multi-valued), the document IDs with values
for those fields. These fields are both indexed and stored.
hi ,
i just wanna be clear in the concepts of core and shard ?
a single core is an index with same schema , is this wat core really is ?
can a single core contain two separate indexes with different schema in it ?
Is a shard refers to a collection of index in a single physical machine
?can a sing
Hi,
Got something very strange here with Solr Implementation Version: 3.4-SNAPSHOT
1145597M - markus - 2011-07-12 17:10:47. It's an index with ~1.4 million
records indexed from a Nutch crawl. I noticed strange behaviour when using an
interface and paging through the result set, the result set g
> I am trying to use TermVectorComponent to get the word
> frequency from
> a particular document. Here is the url I used:
> "q=someword+id%3A"somedoc"&qt=tvrh&tv.all=true".
> But the result
> includes all the words' frequency in that document. Are
> there any
> query filters or request parameters