if i try to search ABCD01 i found zero hit count.
please help me to how to boost search query then i found "ABCD01EF"
when i search for "ABCD01".where i'm doing wrong? what need to be
modified above code sample for search more relevance search using
java?
if i try to search ABCD01 i found zero hit count.
please help me to how to boost search query then i found "ABCD01EF"
when i search for "ABCD01".where i'm doing wrong? what need to be
modified above code sample for search more relevance search using
java?
if i try to search ABCD01 i found zero hit count.
please help me to how to boost search query then i found "ABCD01EF"
when i search for "ABCD01".where i'm doing wrong? what need to be
modified above code sample for search more relevance search using
java?
Thanks for reply.can you please explain how keyword analyzer will help
me.fot getting desire result.
I think that your field does not contain human words (a sentence in fact) but
some keywords from your application.
That's why, for that same need, I use my self a keyword analyzer on that field.
So, Lucene does not try to make tokens from the field and let it as it is.
BTW, if you want to search for abcd (and not ABCD), you will have probably to
add a lowercase filter.
thanks for reply.perhaps my question is misunderstood.define example
not contain any predefined keyword.my index can any human words or
sentence.e.g
index file:
Arosys Technologies
IBM
Infosys Technologies Ltd
Arosys Technologies P Ltd
Arosyss
Arosus
if my index contain the following data and i'm going for search
'Arosuus' on index.then more relevant data that want's to be search
'Arosus',because five character are matched with 'Arosus'.what query
mechanism will be applied to search those type of similar or more
relevant words.
Thanks for reply.can you please explain how keyword analyzer will help
me.fot getting desire result.
I think that your field does not contain human words (a sentence in fact) but
some keywords from your application.
That's why, for that same need, I use my self a keyword analyzer on that field.
So, Lucene does not try to make tokens from the field and let it as it is.
BTW, if you want to search for abcd (and not ABCD), you will have probably to
add a lowercase filter.
1.) if my search data "IBM " is on caps it doesn't search but if i
give it lowercase is search nicely.
2.) when i go for search "Arosys Technologies" it got zero hit(tried
both lowercase and uppercase),that means it can't search if data
contain white space.
3.) if search data "Arosuus" then hit found zero hit (tried both
lowercase and uppercase) and expected result may be "Arosus".
4.) Is there is any method to get Similarity count when searching
data using fuzzy query.
please help me to resolve above define issues, any help will be
appreciated.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.