My Query:
I get results for below query
{
"query": {
"bool": {
"must": {
"match": {
"programs": "Computer",
}
}
}
}
}
But i want to find something like "programs": "Computer", AND "
degreesAwarded":"Bachelor" when i do that below i get exception ,
i could not find how to do a AND/OR query .
{
"query": {
"bool": {
"must": {
"match": {
"programs": "Computer",
"degreesAwarded":"Bachelor"
}
}
}
}
}
My Query:
I get results for below query
{
"query": {
"bool": {
"must": {
"match": {
"programs": "Computer",
}
}
}
}
}
But i want to find something like "programs": "Computer", AND "
degreesAwarded":"Bachelor" when i do that below i get exception ,
i could not find how to do a AND/OR query .
{
"query": {
"bool": {
"must": {
"match": {
"programs": "Computer",
"degreesAwarded":"Bachelor"
}
}
}
}
}
My Query:
I get results for below query
{
"query": {
"bool": {
"must": {
"match": {
"programs": "Computer",
}
}
}
}
}
But i want to find something like "programs": "Computer", AND "degreesAwarded":"Bachelor" when i do that below i get exception ,
i could not find how to do a AND/OR query .
{
"query": {
"bool": {
"must": {
"match": {
"programs": "Computer",
"degreesAwarded":"Bachelor"
}
}
}
}
}
My Query:
I get results for below query
{
"query": {
"bool": {
"must": {
"match": {
"programs": "Computer",
}
}
}
}
}
But i want to find something like "programs": "Computer", AND "
degreesAwarded":"Bachelor" when i do that below i get exception ,
i could not find how to do a AND/OR query .
{
"query": {
"bool": {
"must": {
"match": {
"programs": "Computer",
"degreesAwarded":"Bachelor"
}
}
}
}
}
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearc...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/groups/opt_out.
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.