Hi again!
On 29 October 2012 18:39, Nicolai Scheer wrote:
> Hi!
>
> We're currently facing a strange memory issue we can't explain, so I'd
> like to kindly ask if anyone is able to shed a light an the behavour
> we encounter.
>
> We use a Solr 3.5 insta
Hi!
We're currently facing a strange memory issue we can't explain, so I'd
like to kindly ask if anyone is able to shed a light an the behavour
we encounter.
We use a Solr 3.5 instance on a Windows Server 2008 machine equipped
with 16GB of ram.
The index uses 8 cores, 10 million documents, disk s
Hi!
Having just worked through the solr tutorial
(http://lucene.apache.org/solr/tutorial.html) I think I found two minor
"bugs":
1.
The "delete by query" example
java -Ddata=args -jar post.jar ""
should read
java -Ddata=args -jar post.jar "name:DDR"
2.
The link to the mailing lists at the end