Hi
I'm using the released version 1.2.
I was using HTMLStripWhitespaceTokenizerFactory to remove from my index some
rubish (html tags that are not relevant in my structure), but it is making
the highlighting fail in some conditions. It seems to me that it's not
keeping track of the proper positio
Hello, I was wondering if there is a way to facet on certain characters of a
field. For example, I would like to get a facet count on how many of my titles
start with the letter A, B, C, etc.
Is this possible with SOLR?
Thanks
Andrew
http://issues.apache.org/jira/browse/SOLR-20
has many attachments:
1. Java Source File Licensed for inclusion in ASF works
DocumentManagerClient.java (12 kb)
2. Java Source File Licensed for inclusion in ASF works
DocumentManagerClient.java (12 kb) [dimmed]
3. Zip Archive Licensed for inclusion in
Create a new field with the first character only, facet on that. Less
memory, less overall work.
- will
-Original Message-
From: Andrew Nagy [mailto:[EMAIL PROTECTED]
Sent: Friday, August 03, 2007 11:38 AM
To: solr-user@lucene.apache.org
Subject: Facet on certain characters
Hello, I wa
I think it's best to control log level by an external file; you don't
want to
reprogram when you need log.
Define the system property java.util.logging.config.file to point to
your
log properties file. I would copy
$JAVA_HOME/jre/lib/logging.properties and then add a line:
org.apache.solr.level = W
Teruhiko Kurosaka wrote:
http://issues.apache.org/jira/browse/SOLR-20
has many attachments:
1. Java Source File Licensed for inclusion in ASF works
DocumentManagerClient.java (12 kb)
2. Java Source File Licensed for inclusion in ASF works
DocumentManagerClient.java (12 kb) [dimmed]
3. Zip Archiv
Some form of some files from SOLR-20 should work, but I would suggest
using the client in trunk now:
http://svn.apache.org/repos/asf/lucene/solr/trunk/client/java/solrj/
or you can get it from the nightly builds in:
http://people.apache.org/builds/lucene/solr/nightly/
ryan
Teruhiko Kurosaka
> Some form of some files from SOLR-20 should work, but I would suggest
> using the client in trunk now:
>
> http://svn.apache.org/repos/asf/lucene/solr/trunk/client/java/solrj/
>
Thanks. I updated
http://wiki.apache.org/solr/SolJava
to reflect the new state of this component.
> or you can
> or you can get it from the nightly builds in:
> http://people.apache.org/builds/lucene/solr/nightly/
For those of you who are interested...
As far as I can tell by inspecting the source code in Trunk,
solrj.jar from the nightly doesn't seem to work with Solr 1.2.
For one thing, there is a new
On 3-Aug-07, at 8:38 AM, Andrew Nagy wrote:
Hello, I was wondering if there is a way to facet on certain
characters of a field. For example, I would like to get a facet
count on how many of my titles start with the letter A, B, C, etc.
Is this possible with SOLR?
Will's solution is the
Teruhiko Kurosaka wrote:
or you can get it from the nightly builds in:
http://people.apache.org/builds/lucene/solr/nightly/
For those of you who are interested...
As far as I can tell by inspecting the source code in Trunk,
solrj.jar from the nightly doesn't seem to work with Solr 1.2.
For one
What about scripts that are written right to left? How does Solr
handle these in terms of sorting and searching. Can left-to-right
and right-to-left scripts be handled in the same Solr document?
lan
On 27-Jul-07, at 8:29 AM, Erik Hatcher wrote:
On Jul 27, 2007, at 6:17 AM, Erik Hatcher
12 matches
Mail list logo