id name cnt marks
101 ram ind 80.32
101 ram ...... null
101 ram uk 78.3
101 ram us null
now when i search for "name":"ram" it give below output :-
id name cnt marks
101 ram ind 80.32
101 ram ....... null
101 ram uk 78.3
101 ram us null
id name cnt marks but i need output like below :
id name cnt marks
101 ram ind 80.32
..... ....... ........ null
...... .......... uk 78.3
...... ......... us null
final : we want to stop duplicate records like id,name please help us:-
...... is nothing here!
as per your gouide i tried ?filter with term is not working here !! if change here filter and term with must and match then result is fetching but previous output is coming ?
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.