HTMLStripWhitespaceTokenizerFactory problem with highlighting

2007-08-03 Thread Daniel Alheiros
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

Facet on certain characters

2007-08-03 Thread Andrew Nagy
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

SolJava --- which attachments are valid?

2007-08-03 Thread Teruhiko Kurosaka
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

RE: Facet on certain characters

2007-08-03 Thread Will Johnson
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

RE: Logging in Solr Embedded

2007-08-03 Thread Teruhiko Kurosaka
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

Re: SolJava --- which attachments are valid?

2007-08-03 Thread Nickolas Golubev
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

Re: SolJava --- which attachments are valid?

2007-08-03 Thread Ryan McKinley
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

RE: SolJava --- which attachments are valid?

2007-08-03 Thread 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

RE: SolJava --- which attachments are valid?

2007-08-03 Thread Teruhiko Kurosaka
> 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

Re: Facet on certain characters

2007-08-03 Thread Mike Klaas
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

Re: SolJava --- which attachments are valid?

2007-08-03 Thread Ryan McKinley
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

Re: Solr and Chines/Japenese

2007-08-03 Thread Alan Darnell
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