Hi all,
I just moved from Solr 4.0.0 to Solr 4.2.0. BTW, I'm using SolrCloud (port:
8983 and 7574).
So when I was trying to ping the cloud by
http://localhost:8983/solr/admin/ping?wt=json, I got:
{"responseHeader":{"status":0,"QTime":2,"params":{"df":"text","echoParams":"all","rows":"10","echoParam
Hi wunder,
Great advice!
As a matter of fact, I choose to use upper case due to the document I
indexed, but it is really pain in the ass when typing the field names all in
upper case.
I thought there probably would be a way to set field names case-insensitive.
I was wrong, wasn't I?
Thanks,
Hi Shawn,
Thanks for your reply.
So you mean the field name can't be case insensitive when specifies in a
query?
I'm gonna stop doing research on this issue if this is confirmed...
Thanks,
Hyrax
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Case-sensiti
pply this change all the field on the fly not one by one ...
Many many thanks in advance!
Thanks,
Hyrax
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Case-sensitivity-issue-with-search-field-name-tp4043800.html
Sent from the Solr - User mailing list archive at Nabble.com.
Exactly what I want.
For a simple scenario:
Index a batch of documents 20 days ago and they are searchable via Solr.
After say 20 days, you can't search them anymore because they are deleted
automatically by Solr.
Thanks,
Hao
--
View this message in context:
http://lucene.472066.n3.nabble.com/C
Hey Shawn,
Thanks a lot for your detailed explanation on deletionPolicy.
Although it's frustrated that Solr doesn't support the function I need, I'm
really glad that you point it out so that I can move on.
What I'm thinking now is adding a new field for the time a document is
indexed, so a simple
Hi folks,
I'm using Solr 4.0.0 and trying to modify the example to build a search app.
So far it works fine.
However, I couldn't figure out how to clean up old index, say index created
20 days ago.
I noticed the DeletionPolicy and I activated it by modifying solrconfig.xml
by adding: