[jira] Commented: (SOLR-553) Highlighter does not match phrase queries correctly

2008-05-13 Thread Bojan Smid (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596350#action_12596350 ] Bojan Smid commented on SOLR-553: - I am playing around with LUCENE-794 integration into Solr.

[jira] Issue Comment Edited: (SOLR-553) Highlighter does not match phrase queries correctly

2008-05-13 Thread Bojan Smid (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596350#action_12596350 ] bosmid edited comment on SOLR-553 at 5/13/08 4:06 AM: -- I am playing

[jira] Commented: (SOLR-256) Stats via JMX

2008-05-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596369#action_12596369 ] Grant Ingersoll commented on SOLR-256: -- Is it possible to write JUnit tests for this? I

[jira] Closed: (SOLR-548) Convert Solr to a more configurable Logging framework

2008-05-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll closed SOLR-548. Resolution: Won't Fix Defer to SLF4J discussion > Convert Solr to a more configurable Logging framew

[jira] Commented: (SOLR-553) Highlighter does not match phrase queries correctly

2008-05-13 Thread Brian Whitman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596402#action_12596402 ] Brian Whitman commented on SOLR-553: Probably best to create a new ticket (if necessary)

[jira] Created: (SOLR-575) Highlighting spans should merge across phrase query

2008-05-13 Thread Brian Whitman (JIRA)
Highlighting spans should merge across phrase query --- Key: SOLR-575 URL: https://issues.apache.org/jira/browse/SOLR-575 Project: Solr Issue Type: Improvement Components: highlighter

[jira] Updated: (SOLR-553) Highlighter does not match phrase queries correctly

2008-05-13 Thread Brian Whitman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Whitman updated SOLR-553: --- Description: http://www.nabble.com/highlighting-pt2%3A-returning-tokens-out-of-order-from-PhraseQuery-t

[jira] Resolved: (SOLR-573) http cache headers should be applied ONLY to query results

2008-05-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-573. --- Resolution: Duplicate > http cache headers should be applied ONLY to query results > --

[jira] Commented: (SOLR-574) Option to omit eTag cache (in favor of solely using last-modified)

2008-05-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596468#action_12596468 ] Hoss Man commented on SOLR-574: --- FWIW: this is precisely why the etagSeed option is supported -

[jira] Commented: (SOLR-507) Spell Checking Improvements

2008-05-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596471#action_12596471 ] Hoss Man commented on SOLR-507: --- bq. Have a postCommit/postOptimize listener to (re)create spel

[jira] Commented: (SOLR-256) Stats via JMX

2008-05-13 Thread Marshall Weir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596494#action_12596494 ] Marshall Weir commented on SOLR-256: Tested the latest patch against the trunk. Almost ev

[jira] Commented: (SOLR-574) Option to omit eTag cache (in favor of solely using last-modified)

2008-05-13 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596523#action_12596523 ] David Smiley commented on SOLR-574: --- I did notice that I could change the eTag value but wh

ID field in RichDocumentRequestHandler (SOLR-284)

2008-05-13 Thread Chris Harris
As you probably know, the RichDocumentRequestHandler (SOLR-284) will index documents from a few different formats. You specify the document body in the HTTP POST request stream, the name of the Solr field where you wish to store the document body in the URL, and you can also specify (again in the U

[jira] Commented: (SOLR-553) Highlighter does not match phrase queries correctly

2008-05-13 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596558#action_12596558 ] Otis Gospodnetic commented on SOLR-553: --- For cross-reference - SOLR-575 will address me

[jira] Updated: (SOLR-470) DateField throws error on iso8601 date

2008-05-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-470: -- Attachment: SOLR-470.patch checkpoint ... better test cases that take into account SOLR-552 as well. This still

Re: ID field in RichDocumentRequestHandler (SOLR-284)

2008-05-13 Thread Otis Gospodnetic
>From what I can tell from this email and without looking at the RDRH patch, it >sound slike RDRH patch assumes that unique document ID field is called "id". The unique doc field is defined in schema.xml. For example in example/solr/conf/schema.xml we have: id And we also have: Note it