My fields in lucene are prod开发者_C百科uct_name, type and sub_types. I am querying on type with abc, this results me in products whose type is abc.
I\'m currently using Lucene as our full text search engine. But we need sorting the search result according to a particular field.
I\'m trying to get search results just like the stack overflow Related question开发者_运维技巧s, when you ask a new question.
I\'m on my way to learn to use Solr. Im learning to use MoreLikeThis right now. and if I doing Query, which is like this
I am looking for a way to find the terms that matched in the document using waldcard search in Lucene. I used the explainer to try and find the terms but this failed. A portion of the relevant code is
I have an data centric & data sensitive application, which is written using java, but almost all the business logic is maintained in a .sql files.
Context This is a question mainly about Lucene (or possibly Solr) internals. The main topic is faceted search, in which search can happen along multiple independent dimensions (facets) of objects (fo
In Lucene, I would like to build a \'fuzzy\' query over numeric fields. Currently all I found was the NumericRangeQuery class to search numeric fields. In the application I am building, the user is to
We\'re setting up a Solr to index documents where title field can be in various languages. After googling I found two options:
I\'m having some trouble with a search I\'m trying to implement.I need for a user to be able to enter a search query into a web interface and for the back-end Java to search for the query in a number