Hi there,
Are there any best practices / recommendations for indexing and
searching Icelandic text? It's not one of the languages provided as a
field type in the example schema. I've been using text_general, but (as
you all surely know) that is only a stopgap solution at best.
I'm looking for
nceDir and dataDir.
Best,
Casey Callendrello
On 6/13/12 7:28 AM, Daniel Brügge wrote:
> Hi,
>
> am struggling around with creating multiple collections on a 4 instances
> SolrCloud
> setup:
>
> I have 4 virtual OpenVZ instances, where I have installed SolrCloud on each
>
This is also seen when there are no cores defined in solr.xml. Check
that your solr.xml is in a useful place and has cores defined.
Alternatively, issue an appropriate CoreAdmin request to create one.
--Casey Callendrello
On 7/6/12 9:57 AM, anarchos78 wrote:
> Didn't helped
>
>
Hi there,
I have been doing some load testing with Solr 4 beta (now, trunk). My
configuration is fairly simple - two servers, replicating via SolrCloud.
SolrCloud is configured as recommended in the wiki:
Twice now I've seen sudden thread and file-descriptor spikes along
For the record, this was caused by a rookie mistake: FD exhaustion.
--Casey
On 8/24/12 11:24 AM, Casey Callendrello wrote:
> Hi there,
> I have been doing some load testing with Solr 4 beta (now, trunk). My
> configuration is fairly simple - two servers, replicating via
> SolrCloud.
What about using the FastVectorHighlighter? It should get you what
you're looking for (fields with matches) without much of a query-time
performance impact.
--Casey
On 9/12/12 3:01 PM, Dan Foley wrote:
> is there a way for solr to tell me what fields the query matched,
> other then turning debug
Lance,
I have seen this error when the Solr process hit the maximum file
descriptors (because the commit triggered an optimize). Make sure your
maxfds is set as high as possible. In my case, 1024 was not nearly
sufficient.
--Casey
On 10/19/12 6:20 PM, Lance Norskog wrote:
When a transient