facet « query « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » query » facet 

1. Solr - retrieving facet counts for unfiltered version of query    stackoverflow.com

I'm using Solr for searching, and recently started using faceting to allow users to narrow their search. However, once the user filters by one of the facets, the other filter ...

2. SOLR query with raw data and union multiple facet values    stackoverflow.com

I am writing a SOLR query for faceted searching, and my fields can possibly have quotes or other bad characters in them, so I am using the raw operator to construct ...

3. Solr Facet Query    stackoverflow.com

I have a schema which has field Polarity which is of type "text" and has three values 0,1,-1 and CreatedAt which is of type "date". How can I get count ...

4. Does Solr's "More like this" support facet queries?    stackoverflow.com

I have been able to facet and highlight with the Dismax handler. I tried to do faceting for More Like This results, such as this query: "fetch documents similar to '11qualcomm.doc' ...

5. check solr facet query if it is greater than specific datetime value    stackoverflow.com

I have the following in solr

<str name="id">2</str>
<arr name="parsed">
    <str>2011-11-01 13:40:08.0</str>
</arr>
<arr name="person">
    <str>Harsh Snehanshu | Apoorv Jain</str>
</arr>
now if i want to search for jain, simply i ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.