Closed jschappet closed 13 years ago
In the Cassandra Log:
INFO [347500362@qtp-698491110-3] 2011-05-10 08:05:53,005 SolrCore.java (line 1370) [reuters] webapp=/solandra path=/terms params={terms.regex=Coffee.*&terms.regex.flag=case_insensitive&terms.fl=combo} status=0 QTime=170
I have't tried that search type is that new in 3.1? In theory it should work.
Let me add a test case and see what's happening
Jake,
Is there anything I might be able to try on my side to get this working?
--Jimmy
Hi Jimmy,
Working on a different issue atm. I will get to this soon after.
Thanks!
Hi Jimmy,
This requires a custom TermsComponent, I'll work on it this week.
Just committed. Please take a look.
Search terms are working.
Thanks for the updates Jake.
Should this query work in Solandra?
http://localhost:8983/solandra/reuters/terms?terms.fl=combo&terms.regex=Coffee.*&terms.regex.flag=case_insensitive
I saw the comment in solrconfig.xml, about terms, but I am not sure if this is a distributed search.
Right now I am getting empty results:
<?xml version="1.0" encoding="UTF-8"?> <response> <lst name="responseHeader"><int name="status">0</int><int name="QTime">1</int></lst><lst name="terms"><lst name="combo"/></lst> </response>