I would like to make the equivalent of this SQL, but with Solr as the data store.
SELECT DISTINCT txt FROM my_table;
What syntax will make Solr give me only different meanings?
http:
EDIT: Such a grandiose search seems appropriate, but when I examined it, I realized that I had only a detailed part of the problem.
My SQL query must be read ...
SELECT DISTINCT SUBSTR(txt,0,3) FROM my_table;
Any possibility of this with Solr?
select solr
dacracot May 11 '10 at 19:55 2010-05-11 19:55
source share