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
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;
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:
how do I retrieve the lucene "doc id" in a query?
-Ben
> -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
why does the web admin append "core=null" to all the requests?
e.g. admin/get-file.jsp?core=null&file=schema.xml
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
> -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
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
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
10 matches
Mail list logo