I'm trying to achieve something I thought was relatively simple. "Range
faceting" on a String, or count(String). I understand range faceting on a
string isn't possible as per the docs, but is there any way to achieve
something 'like' this functionality.
Consider a document with the field "brand",
--- In the case of Java 7, 1.7.0_40 and 1.7.0_45 have known problems with
Lucene/Solr.
Shawn, this is interesting. What are the problems, where are the documented?
On 6 November 2013 20:18, kaustubh147 wrote:
> Hi,
>
> Here is my
> solr.xml
>
>
>
>
>
>
> ${host:}
> 28081
> /sol
Prasi, as per the ticket I linked to earlier, I was running into GC
settings. May be worth investigating - and take a look at the GC settings
I'm running with in the ticket.
Cheers,
Chris
On 22 October 2013 10:25, Prasi S wrote:
> bq: ...three different files each with a partial set
> of data.
Hi Michael,
I opened that ticket, and it looks like there is indeed a buffer or limit I
was exceeding. As per the ticket I guess the stream is cut off at that
limit, and is then malformed. I am using Tomcat, and since increasing some
limits on the connector, I haven't had any issues since. I'll cl
Prerna,
The FileListEntityProcessor has a terribly inefficient recursive method,
which will be using up all your heap building a list of files.
I would suggest writing a client application and traverse your filesystem
with NIO available in Java 7. Files.walkFileTree() and a FileVisitor.
As you "
Hi Prasi,
I have the same issue - I'm trying to import data and after some amount of
time the cloud stops accepting updates. I can confirm that hitting the
admin url, indexing appears to start again although that doesn't seem to
last very long before hanging again. I have a Jira ticket open, pleas
Yes: https://issues.apache.org/jira/browse/SOLR-5364
On 22 October 2013 09:49, Rafał Kuć wrote:
> Hello!
>
> Thanks for correction :)
>
> Did you report that the issue still persists?
>
> --
> Regards,
> Rafał Kuć
> Performance Monitoring * Log Analytics * Search Analytics
> Solr & Elasticsear
That's not quite right.
You don't have to download the source or build it yourself. You can grab a
4.6 snapshot build from here:
https://builds.apache.org/job/Solr-Artifacts-4.x/lastSuccessfulBuild/artifact/solr/package/
I have an issue with updates no longer being processed, and the snapshots
h
t,
>
>
>
>
>
> On Wed, Oct 16, 2013 at 2:04 PM, Chris Geeringh
> wrote:
>
> > Here's another jstack http://pastebin.com/8JiQc3rb
> >
> >
> > On 16 October 2013 11:53, Chris Geeringh wrote:
> >
> > > Hi Erick, here is a paste from othe
Here's another jstack http://pastebin.com/8JiQc3rb
On 16 October 2013 11:53, Chris Geeringh wrote:
> Hi Erick, here is a paste from other thread (debugging update request)
> with my input as I am seeing errors too:
>
> I ran an import last night, and this morning my clou
Hi Erick, here is a paste from other thread (debugging update request) with
my input as I am seeing errors too:
I ran an import last night, and this morning my cloud wouldn't accept
updates. I'm running the latest 4.6 snapshot. I was importing with latest
solrj snapshot, and using java bin transpo
If your web application is using SolrJ/Java based - use a CloudSolrServer
instance with the zkHosts. It will take care of load balancing when
querying, indexing, and handle routing if a node goes down.
On 16 October 2013 10:52, michael.boom wrote:
> I have setup a SolrCloud system with: 3 shard
Here is my jstack output... Lots of blocked threads.
http://pastebin.com/1ktjBYbf
On 16 October 2013 10:28, michael.boom wrote:
> I got the trace from jstack.
> I found references to "semaphore" but not sure if this is what you meant.
> Here's the trace:
> http://pastebin.com/15QKAz7U
>
>
>
>
I ran an import last night, and this morning my cloud wouldn't accept
updates. I'm running the latest 4.6 snapshot. I was importing with latest
solrj snapshot, and using java bin transport with CloudSolrServer.
The cluster had indexed ~1.3 million docs before no further updates were
accepted, quer
I can confirm I am seeing the same issue with Tomcat - cluster split over 4
nodes.
Is this fix in a 4.6 snapshot?
On 15 October 2013 08:28, maephisto wrote:
> Thanks for the tip!
>
> I must mention that I am using Solr 4.4.0 and this problem only appears
> when
> i'm doing the indexing in the
15 matches
Mail list logo