Disclaimer: I\'ve been coding for 36 of the last 41 hours. I have a headache. And I can\'t figure out why this combining TokenFilter is returning 2 tokens, both the first token from the source stream.
I would like to index a set of documents that will contain semi structured data, typically key-value pairs something like @author Joe Bloggs. These keywords should then be available as searchable attr
Is there a way to perform a proximity search that is bounded, not by a fixed number of开发者_Python百科 tokens, but by 2 marker tokens of some kind? For example, to implement proximity queries that ar
Is there any way to get query s开发者_开发问答tatistics for session.Advanced.LuceneQuery<T> ()
I\'m trying to define Solr data-config.xml and schema.xml files so that I could have multiple independent document and/or root entity nodes which are then linked together. It seems Solr won\'t index a
I have an existing website with a lucene search which works perfectly adequately, however since adding a new field (called \'Content\') to my base template (a template from which all other page templa
I\' using lucene with solr to index some documents (news). Those documents also have an HEADLINE. Now I try to make an facet search over the HEADLINE field to find the terms with the highest count.
I\'m crashing into a weird behavior with - operators in Solr/开发者_开发知识库Lucene query syntax.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have an existing piece of software that is using Lucene 2.2.x and I need to upgrade to 3.1.To do this upgrade I\'ve read documentation that suggests upgrading to 2.9.x first, removing all deprecatio