RE: [Lucene.Net] Faceting

2011-06-10 Thread Digy
For that many unique values I would recommend to take a look at "References to adding faceted to Lucene.Net" section in that wiki page. Using BitSets(as in contrib) is good for large number of search results(say millions) with small # of facets(say 1000-4000). Using "Collector" approach is good whe

[Lucene.Net] Faceting

2011-06-10 Thread Robert Stewart
I took a brief look at the documentation for faceting in contrib. I did not look at code yet. Do you think it can work for these requirements: 1) Needs to compute facets for fields of more than one value per document (for instance a document may have many company names associated to it). 2) Ne

[Lucene.Net] [jira] [Commented] (LUCENENET-423) QueryParser differences between Java and .NET

2011-06-10 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13047089#comment-13047089 ] Digy commented on LUCENENET-423: Maybe I am missing something, but I run your code both