英文: Is it possible to make search engine with Lucene only using database column of which datatype is...
搜索字段在List @IndexedEmbedded中
英文: search field in List @IndexedEmbedded 问题 我有一个实体,其中包含一个实体列表,我在此列表中添加了@IndexedEmbedded以便能够进行搜索。所以我...
按照枚举字段用 Hibernate Search 排序
英文: Sort by enum field with hibernate search 问题 我在实体中有一个枚举字段 @Field(store = Store.NO, index = Index....
Hibernate搜索与排序和排序
英文: Hibernate search sorting with collation 问题 我将Hibernate Search从版本4.3.0.Final升级到最新的稳定版本5.4.12.Fina...
Solr搜索结果在查询词混淆时发生变化。
英文: Solr search results changes when query terms are jumbled up 问题 我已经索引了一个具有以下字段的文件 - 内容 (类型:text_g...
在Lucene中对整数字段的范围分面
英文: Range Facet on integer field in Lucene 问题 我想要在整数字段上使用范围分面。文档中说:范围分面LongRangeFacetCounts、DoubleRa...
我们可以比较Lucene和Solr索引文件。
英文: Can we compare Lucene and Solr index files 问题 我们正在将Sitecore 8升级到9.3,为此我们升级了Lucene到Solr。 我们可以比较Lu...
如何在Elasticsearch中过滤掉不存在的字段?
英文: How to filter out fields that do not exist in elastic search? 问题 我想检查一个字段是否存在,并返回该字段不存在的文档结果。我正在...
2