I am looking for a feature in SOLR that will give me all matched terms in the
document when I search with a query term, My SOLR field uses Stemming and
Synonym filters as a result of this I am unable find what was matching term
in the document from the index.As a work around I have written a progra
We have written a blog with our understanding and experiments on stemming and
synonyms in Apache Solr.
http://theunstructuredworld.blogspot.in/
We appreciate the users can read and post their valuable
suggestions/comments.
Thanks.
--
View this message in context:
http://lucene.472066.n3.
Thanks for the replies.
I have already tried options mentioned here, apparently those provide
suggestions for the query word which is incorrectly spelled. I am looking a
feature that - my query term is correct and I want the results in those
documents both correct spelled term matches and incorrec
My search query is having multiple words ranging from 3 to 8 and a context
attached to it. I am looking for the search result documents which should
have all the terms which are there in query and also terms in the document
should relate or have the similar context.
For example: my search query is
I am looking for a feature in SOLR, that will give me all matched words in
the document when I search with a word.
My search FIELD uses Stemming and as well as Synonym filters.
For example I have documents and part of the text goes like below
1.We were very careful about my surgery
2.are still
I am searching with a keyword and if that keyword is attached to a
negation(not, could not and etc) in the document that document should not be
matched.
For example I have a document text like "I have not wheezed since I have
been taking Spiriva."
I am searching with a keyword "wheeze" should not
My data is picked from social media sites and misspelled words are very
frequent in social text because of the informal mode of
communication.Spellchecker does not work here because misspelled words are
present in the text corpus and not in the search query. Finding documents
with all the different