9951 explained code solutions for 126 technologies


manticoresearchSearching data in real time (RT) index using SQL


Execute this Manticosearch query using Mysql protocol:

SELECT * FROM index1 WHERE match('other')ctrl + c
SELECT * FROM

search data in specified index

index1

name of the index to search data in

WHERE

list search conditions

match

execute full text search based on specified search phrase

other

phrase to search for in index