It's configurable:
https://issues.apache.org/jira/browse/SOLR-1123
It has been text/plain since v1.0 by default (so it will render in
browsers) - perhaps you just never noticed?
-Yonik
http://heliosearch.org - native code faceting, facet functions,
sub-facets, off-heap data
On Sat, Aug 9, 2014
Hi All,
I'm using actually SOLR 3.6 and I have around 91 000 000 docs inside.
All work fine, it's great :)
But now, I would like to request a list of values in the same field
(more than 2000 values)
I know I can use |?q=x:(AAA BBB CCC ...) (my default operator is OR)
but I have a list of 2000
http://hgsolr2sl1:8983/solr/autosuggest/select?q=*%3A*&wt=json
We are getting text/plan as the content-type.
We want it to be application/json ?
DId this change in 4.8.1?
--
Bill Bell
billnb...@gmail.com
cell 720-256-8076
On 8/9/2014 6:40 AM, Ramkumar R. Aiyengar wrote:
> Can anyone help with info on how to disable transaction logs ?
In the updateHandler section of solrconfig.xml, you have an updateLog
tag. Just remove that entire section. In my config, it's exactly one
line, but in the example config, it's three
Lisheng Zhang [lz0522...@gmail.com] wrote:
> In our application there are many complicated filter conditions, very often
> those conditions are special to each user (like whether or not a doc is
> important or already read by a user ..), two possible solutions to
> implement those filters in lucene
I didn't realise you could even disable tlog when running SolrCloud, but as
Anshum says it's a bad idea. In all possibility, even if it worked,
removing transaction logs is likely to make your restart slower, SolrCloud
would always be forced to do a full recovery because it cannot now use
tlogs to