My CouchDB database is structured like this: \"custom_details\": { \"user_education\": [ { \"device_id\": \"358328030246627\",
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
In Luke, if I enter the search expres开发者_开发知识库sion docfile:Tomatoes.jpg* the parsed query is docfile:Tomatoes.jpg*.When the search expression is docfile:Tomatoes.jpg, (no asterisk *) the parse
We are developing an application to detect plagiarism. We are using Apache lucene for document indexing. I have a need to create an开发者_C百科 occurrence vector for each document using the index we c
I currently have a multisite setup of Sitecore 6.4. I had installed the LuceneSearch module on the sites but have been requested to display results for the search across all sites. I have altered the
In Solr, I am using the MoreLikeThis handler. I am passing in the unique id of a document that already exists in the index in order to find related documents. Does specifying mlt.mindf=1 include the p
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m developing context discover system - which is mix of searching and suggestions. Currently I\'m looking for library for indexing.
I\'ve a jsp web application with a custom search engine. The search engine is basically build on top of a \'documents\' table of a SQL Server database.
I\'m integrating search functionality into a desktop application and I\'m using vanilla Lucene to do so. The application handles (potentially thousands) of POJOs each with its own set of key/value(s)