facetedsearch « lucene.net « 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 » lucene.net » facetedsearch 

1. Can someone explain to me what this GetCardinality method is doing?    stackoverflow.com

I've been looking into faceted search with Lucene.NET, I've found a brilliant example here which explains a fair amount, apart from the fact that it completely overlooks the function ...

2. Solr/Lucene: Indexing facet values    stackoverflow.com

For example, say I have the following facet: Colors

  • Red (7825)
  • Orange (2343)
  • Green (843)
  • Blue (5412)
In my database, colors would be a table and each color would have a primary key and a name/value. When indexing ...

3. Lucene.NET faceted search    stackoverflow.com

I found a great tutorial on performing a faceted search. http://www.devatwork.nl/articles/lucenenet/faceted-search-and-drill-down-lucenenet/ This article does not explain how to retrieve the narrowed available attributes to filter from (for further drill down). Lets say ...

4. Lucene.NET 2.9 and BitArray/DocIdSet    stackoverflow.com

I found a great example on grabbing facet counts on a base query. It stores the bitarray of the base query to improve the performance each time the a facet gets ...

5. Lucene.NET Faceted Search    stackoverflow.com

I am building a faceted search with Lucene.NET, not using Solr. I want to get a list of navigation items within the current query. I just want to make sure I'm ...

6. Solr on a .NET site    stackoverflow.com

I've got an ASP.NET site backed with a SQL Server database. I'm been using Lucene.NET to index and search the database. I'm adding faceted search navigation to the results page (the ...

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.