Build failed in Hudson: Solr-trunk #351

2008-02-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/351/changes Changes: [ehatcher] SOLR-473: RDoc patch contributed Chris Kline -- [...truncated lines...] AUclient/ruby/solr-ruby/lib/solr/importer/delimited_file_source.rb AU

Re: Doub't in the way lucene works

2008-02-14 Thread Roopesh P Raj
Hi Stu, Thank you very much for your reply. It cleared very many things. Thanks, Roopesh Stu Hood wrote: Hello Roopesh, What you are seeing is called 'Stemming'. Stemming takes tokens and reduces them to their language specific prefixes. So for instance, when you search for attach, you get

Re: Token startOffsets with HtmlStripReader

2008-02-14 Thread Grant Ingersoll
Hi Chris, You should be able to reopen SOLR-42. Please attach your test case and/or patch on it. This does sound like a problem. -Grant On Feb 13, 2008, at 8:28 PM, Chris Harris wrote: https://issues.apache.org/jira/browse/SOLR-42 changed the HtmlStripReader so that Tokens from a

Re: Default Logging: OFF

2008-02-14 Thread Bill Au
Those levels comes from java.util.logging.Level: http://java.sun.com/javase/6/docs/api/java/util/logging/Level.html I disagree that the default should be off. Logging doesn't impact performance that much unless it is set to something like FINEST. I don't think you want to ignore SECERE and/or

[jira] Commented: (SOLR-342) Add support for Lucene's new Indexing and merge features (excluding Document/Field/Token reuse)

2008-02-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12568938#action_12568938 ] Grant Ingersoll commented on SOLR-342: -- Sounds like we will have a Lucene 2.3.1 release

[jira] Commented: (SOLR-350) Manage Multiple SolrCores

2008-02-14 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12568992#action_12568992 ] Henri Biestro commented on SOLR-350: Regarding c/variables/properties, imho we can

RE: Default Logging: OFF

2008-02-14 Thread Fuad Efendi
Currently, default settings output UPDATE messages (thousands per second in my case). Is it WARNING/SEVERE setting in SOLR source? I disagree that the default should be off. Logging doesn't impact performance that much unless it is set to something like FINEST. I don't think you want to

[jira] Commented: (SOLR-350) Manage Multiple SolrCores

2008-02-14 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12569018#action_12569018 ] Ryan McKinley commented on SOLR-350: Regarding c/variables/properties, imho we can

[jira] Updated: (SOLR-42) Highlighting problems with HTMLStripWhitespaceTokenizerFactory

2008-02-14 Thread Chris Harris (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Harris updated SOLR-42: - Attachment: TokenPrinter.java HtmlStripReaderTestXmlProcessing.patch The committed

[jira] Updated: (SOLR-127) Make Solr more friendly to external HTTP caches

2008-02-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-127: -- Attachment: HTTPCaching.patch checkpoint: unification of the most recent HTTPCaching.patch and Thomas's last

[jira] Updated: (SOLR-236) Field collapsing

2008-02-14 Thread Oleg Gnatovskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Gnatovskiy updated SOLR-236: - Attachment: field_collapsing_dsteigerwald.diff Latest patch file fixes an issue where facet

[jira] Commented: (SOLR-350) Manage Multiple SolrCores

2008-02-14 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12569146#action_12569146 ] Henri Biestro commented on SOLR-350: We need a way to define a global data root without

[jira] Updated: (SOLR-127) Make Solr more friendly to external HTTP caches

2008-02-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-127: -- Attachment: HTTPCaching.patch Changes made in this version... 1) refactored etag cache to be core specific. 2)

RE: Default Logging: OFF

2008-02-14 Thread Chris Hostetter
: Currently, default settings output UPDATE messages (thousands per second : in my case). Is it WARNING/SEVERE setting in SOLR source? They are INFO level messages, which is the jvm defualt. One INFO level message per request doesn't seem that excessive to me, almost any HTTP server i can think