Re: NumberFormatException upon reading a Trie field during search

2010-10-08 Thread Jon Poulton
Hi all, Just to let you know, deleting the index and reindexing our data appears to have fixed this problem, at least for the moment. My guess is that the old index wasn't deleted cleanly, as I assumed it had been. Thanks Jon On 8 Oct 2010, at 12:14, Jon Poulton wrote: > Hi th

NumberFormatException upon reading a Trie field during search

2010-10-08 Thread Jon Poulton
Hi there, I have recently upgraded our Solr instance and have reindexed all of the items in our store, and for at least one search I am getting some unusual error messages back for a search that previously worked. It reads as follows: HTTP Status 500 - Invalid shift value in prefixCoded string (

Re: Query: URl too long

2010-07-12 Thread Jon Poulton
Hi there, We had a similar issue. It's an easy fix, simply change the request type from GET to POST. Jon On 12 Jul 2010, at 11:18, Frederico Azeiteiro wrote: > Hi, > > > > I need to perform a search using a list of values (about 2000). > > > > I'm using SolrNET QueryInList function that

schema.xml XSD/DTD

2010-05-05 Thread Jon Poulton
think schema.xml validation would probably be an essential part of this. Any thoughts or comments? Cheers Jon Poulton

Re: Some indexing requests to Solr fail

2010-03-31 Thread Jon Poulton
t; up previous searchers. > > On Tue, Mar 30, 2010 at 7:15 AM, Jon Poulton > wrote: >> Hi there, >> We have a setup in which our main application (running on a >> separate Tomcat instance on the same machine) uses SolrJ calls to >> an instance of Solr running o

Some indexing requests to Solr fail

2010-03-30 Thread Jon Poulton
Hi there, We have a setup in which our main application (running on a separate Tomcat instance on the same machine) uses SolrJ calls to an instance of Solr running on the same box. SolrJ is used both for indexing and searching Solr. Searching seems to be working fine, but quite frequently we see

RE: SolJ and query parameters

2010-01-07 Thread Jon Poulton
ubject: Re: SolJ and query parameters --- On Thu, 1/7/10, Jon Poulton wrote: > From: Jon Poulton > Subject: SolJ and query parameters > To: "'solr-user@lucene.apache.org'" > Date: Thursday, January 7, 2010, 7:25 PM > Hi there, > I'm trying to unde

RE: SolJ and query parameters

2010-01-07 Thread Jon Poulton
Cheers Jon -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com] Sent: 07 January 2010 17:38 To: solr-user@lucene.apache.org Subject: Re: SolJ and query parameters --- On Thu, 1/7/10, Jon Poulton wrote: > From: Jon Poulton > Subject: SolJ and query parameters >

SolJ and query parameters

2010-01-07 Thread Jon Poulton
Hi there, I'm trying to understand how the query syntax specified on the Solr Wiki ( http://wiki.apache.org/solr/SolrQuerySyntax ) fits in with the usage of the SolJ class SolrQuery. There are not too many examples of usage to be found. For example. Say I wanted to replicate the following query

SolrCore has a large number of SolrIndexSearchers retained in "infoRegistry"

2009-12-23 Thread Jon Poulton
Hi there, I'm looking at some problems we are having with some legacy code which uses Solr (1.3) under the hood. We seem to get repeated OutOfMemory errors on a 24-48 hour basis searching a relatively small index of 70,000 documents. This may be an error in the way Solr is configured, or it may

Concurrent access to EmbeddedSolrServer

2009-12-09 Thread Jon Poulton
Hi there, I'm about to start implementing some code which will access a Solr instance via a ThreadPool concurrently. I've been looking at the solrj API docs ( particularly http://lucene.apache.org/solr/api/index.html?org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.html ) and I just wa