0

I am reading this article from http://www.devatwork.nl/index.php/articles/lucenenet/faceted-search-and-drill-down-lucenenet/

The author did not say whether Lucene support storing multiple values in each field.

To follow the example in the article, a book may have multiple genres and multiple authors.

Is it possible to store more than one genres in the genre field?

Is it also possible to perform searches using multiple genres or multiple authors? The result should return a document if matching one or more of the query genres and matching one or more of the authors.

Thanks,

Vu Dang

4

2 回答 2

1

Core Lucene 不支持多值分面查询,但这些扩展项目支持:

于 2012-01-11T14:45:35.530 回答