C# (CSharp) Lucene.Net.Facet DrillDownQuery - 12 ejemplos encontrados. Estos son los ejemplos en C# (CSharp) del mundo real mejor valorados de Lucene.Net.Facet.DrillDownQuery extraídos de proyectos de código abierto. Puedes valorar ejemplos para ayudarnos a mejorar la calidad de los ejemplos.
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