Re: Is there an issue with hypens in SpellChecker with StandardTokenizer?

2011-12-15 Thread Brandon Fish
Yes the branch_3x works for me as well. The addition of the OffsetAttribute probably corrected this issue. I will either switch to WhitespaceAnalyzer, patch my distribution or wait for 3.6 to resolve this. Thanks. On Thu, Dec 15, 2011 at 4:17 PM, Brandon Fish wrote: > Hi Steve, > > I

Re: Is there an issue with hypens in SpellChecker with StandardTokenizer?

2011-12-15 Thread Brandon Fish
s do not match", isOffsetCorrect(original, > tokens)); > } > > What version of Solr/Lucene are you using? > > Steve > > > -Original Message- > > From: Brandon Fish [mailto:brandon.j.f...@gmail.com] > > Sent: Thursday, December 15, 2011 3:08 PM >

Is there an issue with hypens in SpellChecker with StandardTokenizer?

2011-12-15 Thread Brandon Fish
I am getting an error using the SpellChecker component with the query "another-test" java.lang.StringIndexOutOfBoundsException: String index out of range: -7 This appears to be related to this issue which has been marked as fixed. My configuration a

Re: How to check if replication is running

2011-09-16 Thread Brandon Fish
Adding missing link to the issue I mentioned: https://issues.apache.org/jira/browse/SOLR-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12851462#action_12851462 2011/9/16 Yury Kats > Let's say I'm forcing a replication of a core using "fetchindex" com

Re: How to check if replication is running

2011-09-16 Thread Brandon Fish
Hi Yury, You could try checking out the details command of the replication handler: http://slave_host:port/solr/replication?command=details which has information such as "isReplicating". You could also look at the script attached to this issue which shows a thorough check of a slaves replication

Re: Data Import from a Queue

2011-07-19 Thread Brandon Fish
his is a really cryptic problem statement. > > you might want to review: > > http://wiki.apache.org/solr/UsingMailingLists > > Best > Erick > > On Fri, Jul 15, 2011 at 1:52 PM, Brandon Fish > wrote: > > Does anyone know of any existing examples of im

Data Import from a Queue

2011-07-15 Thread Brandon Fish
Does anyone know of any existing examples of importing data from a queue into Solr? Thank you.

Re: Server Restart Required for Schema Changes After Document Delete All?

2011-06-27 Thread Brandon Fish
23, 2011 at 3:14 PM, Brandon Fish >wrote: > > > Are there any schema changes that would cause problems with the following > > procedure from the > > FAQ< > > > http://wiki.apache.org/solr/FAQ#How_can_I_rebuild_my_index_from_scratch_if_I_change_my_schema.3F >

Server Restart Required for Schema Changes After Document Delete All?

2011-06-23 Thread Brandon Fish
Are there any schema changes that would cause problems with the following procedure from the FAQ ? 1.Use the "match all docs" query in a delete by query command before shutting down Solr: *:*

Modifying Configuration from a Browser

2011-06-14 Thread Brandon Fish
Does anyone have any examples of modifying a configuration file, like "elevate.xml" from a browser? Is there an API that would help for this? If nothing exists for this, I am considering implementing something that would change the "elevate.xml" file then reload the core. Or is there a better appr