| clear query|facets|time |
Search criteria: instance combination.
Results from 71 to 80 from
485 (0.849s).
|
|
|
Did you mean:
|
|
Loading phrases to help you refine your search...
|
|
|
No results found for instance combination.
|
|
|
Search results for instance :
|
|
|
Re: Solr 3.5 very slow (performance) - Solr - [mail # user]
|
|
... I forgot to ask: when you say it's jetty-6 in both cases, are you running the exact same set of jetty configs for both Solr 1.4 and Solr 3.5, or is each instance using the sample jetty...
|
|
|
Author: Chris Hostetter,
2011-11-29, 23:34
|
|
|
Re: MLT as a nested query - Solr - [mail # user]
|
|
... forward to do, but only for single node instances -- there is no way i know of for a QParser to sanely generate a query like MLT based on the terms of distributed shards. -Hoss ...
|
|
... result set based on an MLT query (so highlighting and faceting happen to the results of the MLT itself)... https://wiki.apache.org/solr/MoreLikeThis In order for what you are describing...
|
|
|
Author: Chris Hostetter,
2011-12-30, 22:03
|
|
|
Re: Stopword filter - refreshing stop word list periodically - Solr - [mail # user]
|
|
... as the instanceDir of the "default core" if your solr home dir doesn't already contain a solr.xml. So even if a single core setup, you should still be able to reload the core. -Hoss ...
|
|
|
Author: Chris Hostetter,
2011-10-14, 18:16
|
|
|
Re: How do i I modify XMLWriter to write foobar? - Solr - [mail # user]
|
|
... you define your own instances that override those names (xml, json, python, etc...) the real question is: what writer do you *want* to have used when no wt is specified? whatever...
|
|
... the answer is: declare n instance of that writer with default="true" in your solrconfig.xml -Hoss ...
|
|
|
Author: Chris Hostetter,
2011-05-05, 19:01
|
|
|
Re: Multiple solr webapps - Solr - [mail # user]
|
|
... the individual webapp instances to know what solr home dir to use. Because tomcat does bad things if you have both a webapps/foo/ (or a webapps/foo.ar) and a context file named "foo.xml". i don...
|
|
|
Author: Chris Hostetter,
2011-11-17, 22:04
|
|
|
RE: Poor performance on distributed search - Solr - [mail # user]
|
|
... of reading teh stored fields -- it depends on the pain points of the particular instance. (and as ryan points out: the new per field codec work + the memory codec might aleviate some of hte pain...
|
|
|
Author: Chris Hostetter,
2011-12-20, 19:25
|
|
|
Re: Questions about Solr's security - Solr - [mail # user]
|
|
... instances of the Sarah Palin emails for HufPo -- but it is definitely an expert level type thing for people who are so familiar with solr they know exactly what to lock down to make it "safe...
|
|
..." for typical users: put an application between your untrusted users and solr and only let that application generate "safe" welformed requests to Solr... https://wiki...
|
|
|
Author: Chris Hostetter,
2011-11-01, 18:20
|
|
|
Re: Solr messing up the UK GBP (pound) symbol in response, even though Java environment variabe has file encoding is set to UTF 8.... - Solr - [mail # user]
|
|
... try running the example/exampledocs/test_utf8.sh script against your Solr instance (you'll need to change the URL variable to match your host:port) -Hoss ...
|
|
... ... ... ... Looks like you are using tomcat, so I suspect you are getting bit by this... https://wiki.apache.org/solr/SolrTomcat#URI_Charset_Config If that's not the problem, please...
|
|
|
Author: Chris Hostetter,
2011-09-13, 17:11
|
|
|
Re: Solr 3.5 very slow (performance) - Solr - [mail # user]
|
|
... said you used a slave where the performanne was worse then Solr 1.4 "on the same machine" ... are you running both the Solr 1.4 and Solr 3.5 instances concurrently on your slave machine...
|
|
...? How much physical ram is on that machine? what JVM options are using when running the Solr 3.5 instance? what servlet container are you using? 4) what does your request handler...
|
[+ show more]
[- hide]
| ...) What do the cache stats look like on your Solr 3.5 instance after you've done some of this timing testing? the output of... http://localhost:8983/solr/admin... |
|
|
Author: Chris Hostetter,
2011-11-29, 20:13
|
|
|
Re: How call I make one request for all cores and get response classified by cores - Solr - [mail # user]
|
|
... some background: "multi core" is when you have multiple solr "cores" on one solr instance; each "core" can have different configs. "distributed search" is when you execute a search...
|
|
... on a "core" and specify in the query a list of other cores on other solr instances to treat as "shards" and aggregate the results from all of them; each "shard" must have identicle schemas...
|
[+ show more]
[- hide]
| .... That said: you can to a distributed search, across a bunch of "shards" that are all on the same solr instance. if you index a constant value in each one identifying which sub-indx it comes from... |
|
|
Author: Chris Hostetter,
2011-01-25, 04:07
|
|
|
|