field range (min and max term)

2009-02-02 Thread Ben Incani
Hi Solr users, Is there a method of retrieving a field range i.e. the min and max values of that fields term enum. For example I would like to know the first and last date entry of N documents. Regards, -Ben

solr web admin

2007-12-19 Thread Ben Incani
why does the web admin append "core=null" to all the requests? e.g. admin/get-file.jsp?core=null&file=schema.xml

RE: retrieve lucene "doc id"

2007-12-16 Thread Ben Incani
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Yonik Seeley > Sent: Monday, 17 December 2007 4:44 PM > To: solr-user@lucene.apache.org > Subject: Re: retrieve lucene "doc id" > > On Dec 16, 2007 11:40 PM, Ben I

retrieve lucene "doc id"

2007-12-16 Thread Ben Incani
how do I retrieve the lucene "doc id" in a query? -Ben

RE: lowercase text/strings to be used in list box

2007-10-21 Thread Ben Incani
sorry - this should have been posted on the Lucene user list. ...the solution is to use the lucene PerFieldAnalyzerWrapper and add the field with the KeywordAnalyzer then pass the PerFieldAnalyzerWrapper to the QueryParser. -Ben > -Original Message- > From: Ben Incani [mailto:

lowercase text/strings to be used in list box

2007-10-19 Thread Ben Incani
I have a field which will only contain several values (that include spaces). I want to display a list box with all possible values by browsing the lucene terms. I have setup a field in the schema.xml file. I also tried;

detecting duplicates using the field type 'text'

2007-02-14 Thread Ben Incani
Hi Solr users, I have the following fields set in my 'schema.xml'. *** schema.xml *** ... id document_title *** schema.xml *** When I add a document with a duplicate title, it gets duplicated (not sure why) duplicate duplicate When I add a document with a duplicate titl

separate log files

2007-01-15 Thread Ben Incani
Hi Solr users, I'm running multiple instances of Solr, which all using the same war file to load from. Below is an example of the servlet context file used for each application. Hence each application is using the same WEB-INF/classes/logging.properties file to configure logging. I

RE: base64 support & containers

2006-07-05 Thread Ben Incani
> -Original Message- > From: Chris Hostetter [mailto:[EMAIL PROTECTED] > Sent: Thursday, 6 July 2006 9:52 AM > To: solr-user@lucene.apache.org > Subject: Re: base64 support & containers > > > : Does Solr support/or will in the future base64 encoded XML documents so > : that binary blo

base64 support & containers

2006-07-04 Thread Ben Incani
Hi Solr users, Does Solr support/or will in the future base64 encoded XML documents so that binary blobs can be added to the index? I have been using this solr client by Darren Vengroff successfully. It easily plugs-in into the Solr package and could also use binary functions in org.apache.solr