Also in the query, if i replace a with full name akbarali, it returns one
row, i also trued a.* that also doesn't work
And i would like to know how to change the default index since there are
lot of unwanted filed included in the default indexing
Also in the query, if i replace a with full name akbarali, it returns one
row, i also trued a.* that also doesn't work
And i would like to know how to change the default index since there are
lot of unwanted filed included in the default indexing
Hi Ivan,
Thanks for the reply. I changed the query to "akb" , but still
i am not able to get the result. I tried to play around with values and
queries a little, Suppose I have a field "name" with value "This is
going well", and "Sushil" in two documents, it gives me fail result
mentioned below for the below queries
POST /elastictest/elastictest/_search?size=10&from=0 {
"query": {*
"match": {*
"_all": {*
"query": "This is going well", // "Th" , This => Failure*
"operator": "or"*
}*
}*
} * }
POST /elastictest/elastictest/_search?size=10&from=0 {
"query": {*
"match": {*
"_all": {*
"query": "Sushil", // Success*
"operator": "or"*
}*
}*
} * }
I expect sentences with some words or only words as expected values of my
fields and i would like to search then with letters. Can you guide me a way
do achieve this?
and it is success only for
On Saturday, 25 January 2014 23:28:56 UTC+5:30, Ivan Brusic wrote:
If you are using the standard default analyzer, then "a" is considered a
stopword and will be removed from your query. Try with a different query.
--
Ivan
On Fri, Jan 24, 2014 at 2:27 AM, Akbar Ali <akbara...@gmail.com<javascript:>
wrote:
Hi,
I am trying to achieve full text search with Elasticsearch. I created
index using the following request
Also in the query, if i replace a with full name akbarali, it returns
one row, i also trued a.* that also doesn't work
And i would like to know how to change the default index since there are
lot of unwanted filed included in the default indexing
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.