Hi,
I'm trying to understand caching, looking on the wiki I can see that Solr
directly or indirectly uses Lucene's fieldCache and also it has it's own
fieldValueCache. They seem to store the same entries - field values.
How does Solr use both of these caches, or are they the same thing?
Thank
Hi,
production servers these indexing is getting failed because of the out of
memory swap space. Please suggest some good method to reindex using lucene
indexes with even stored=false.
It is not possible to reindex fields which were not stored. You will
need to go back to the original data sour
Hi,
I would like to control what applications get access to the solr
database. I am using jetty as the appcontainer.
Is this at all achievable? If yes, how?
Internet search has not yielded anything I could use so far.
Thanks in advance.
Roland
need it to be
included in an extra layer between Solr and the devices accressing your
Solr instance.
- Patrick
2011/12/21 RT mailto:rwatollen...@gmail.com>>
Hi,
I would like to control what applications get access to the solr
database. I am using jetty as the appcon
Hi,
I am having a bit of trouble getting words with characters such as:
ë, á, ø etc into SOLR.
Programming in C++ (Using Qt's QString) I am wondering what conversion to
apply before compiling words with such letters into the solrquery.
Is UTF8 the correct encoding?
Thanks in advance.
Kind
Hi Gora,
thanks a lot for the below feedback. I use toLatin1() frequently and will
opt for that to see what it does for me.
Thanks again.
Kind regards,
Roland
Gora Mohanty wrote:
On Tue, Jan 31, 2012 at 1:50 PM, RT wrote:
Hi,
I am having a bit of trouble getting words with characters
this stage.
Thanks,
Roland.
Gora Mohanty wrote:
On Tue, Jan 31, 2012 at 1:50 PM, RT wrote:
Hi,
I am having a bit of trouble getting words with characters such as:
ė, į, ų etc into SOLR.
Programming in C++ (Using Qt's QString) I am wondering what conversion to
apply before compiling
Hi,
there is a post going on encoding international characters. In the mean
time based on this section:
http://wiki.apache.org/solr/FAQ
where it states that there may be a problem with the Container Servelet, I
am using the jetty setup from the example directory. And wondering whether
there
Hi Chris, Gora
thanks for the help. I am indeed writing a client conversing with solr with
http get calls.
Using your suggestions (in particular the echoParams tip) I managed to find
the problem.
Curiously it turns out that on sending messages I should not convert to
Utf8 or otherwise and