A work around to get matching terms from document - Stemmed and Synonyms

2014-05-18 Thread venkatesham.gu...@igate.com
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

Stemming and Synonyms in Apache Solr

2013-10-23 Thread venkatesham.gu...@igate.com
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:

Negation words

2013-08-19 Thread venkatesham.gu...@igate.com
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

Matched words from document - Stemmed and Synonyms

2013-07-24 Thread venkatesham.gu...@igate.com
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

Re: How spell checker used if indexed document is containing misspelled words

2013-06-28 Thread venkatesham.gu...@igate.com
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

Context search in solr

2013-06-28 Thread venkatesham.gu...@igate.com
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

How spell checker used if indexed document is containing misspelled words

2013-06-14 Thread venkatesham.gu...@igate.com
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