hibernate-search
Autocomplete using Hibernate Search
I am trying to build a better autocomplete feature for my website. I want to use Hibernate Search for this but as far as I experimented it only finds full words for me.[详细]
2023-02-18 08:04 分类:问答Lucene Multilingual text field
I have looked at this question - Indexing multilingual words in lucene and it confirmed some of my suspicions.[详细]
2023-02-17 20:48 分类:问答Hibernate Search Basics
I want to find using Hibernate Searchandobjects in same query using a MultiFieldQueryParser. The problem is that I need to filter this entities: only not-blocked users and only finished tests should[详细]
2023-02-17 19:17 分类:问答Hibernate Search Fails with Double Type Greater than 5 Digits
I have the following fields on an entity: @Field(index = Index.TOKENIZED, store = Store.YES) @Column(name = \"total_credit_amount\", nullable = false)[详细]
2023-02-11 04:28 分类:问答Lucene DistanceQueryBuilder
I am having a few problems understanding Lucene Spatial (partially due to a lack of documentation and good examples and partially due to stupidity I am sure!)[详细]
2023-02-11 03:41 分类:问答Can a Double be formatted without scientific notation?
I am aware of the various posts floating out there with regards to the same issue. Mine its a little bit different and it might be a little obvious, but I will need your comments.[详细]
2023-02-11 01:37 分类:问答Hibernate Search NoSuchMethodError
Just a quick line to see if anyone has had a similar p开发者_如何学Goroblem to this? I have checked that I am using the dependencies that are required in the project setup but am getting this error w[详细]
2023-02-09 23:08 分类:问答GWT + Lucene-spatial (via Hibernate Search)
Ok I have re-phrased the question a bit as I have made some progress... Hi, I have been searching around for the last day (badly) to try to 开发者_StackOverflow社区find some help on how to use Lucen[详细]
2023-02-09 20:03 分类:问答Hibernate Search Error
Can someone help, i\'m trying a simple example with hibernate search but getting the following error:[详细]
2023-02-08 22:42 分类:问答synonyms analyzer and PhoneticAnalyzer in Hibernate Search
Does someone knows how to use Phonetic Analyzer and synonyms analyzer. I\'m not开发者_Go百科 finding a good tutorial that explains this well??Any question in specific? I believe that the Hibernate Sea[详细]
2023-02-08 00:10 分类:问答