Lucene.Net.Facet DrillDownQuery in C# (CSharp): 12 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per Lucene.Net.Facet.DrillDownQuery, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
A Query for drill-down over facet categories. You should call Add(string, string[]) for every group of categories you want to drill-down over.
NOTE: if you choose to create your own Query by calling Term, it is recommended to wrap it with ConstantScoreQuery and set the boost to 0.0f, so that it does not affect the scores of the documents. @lucene.experimental