Re: [jira] LUCENE-831 and FieldCache warming

2007-03-20 Thread bo_b
Chris Hostetter wrote: > > > i just wanted to draw peoples attention to a Lucene-Java patch i've been > experimenting with to change the way the internal FieldCaches work... > > http://issues.apache.org/jira/browse/LUCENE-831 > > ...this might be of special itnerest to Solr developers because

[jira] Updated: (SOLR-193) General SolrDocument interface to manage field values.

2007-03-20 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-193: --- Attachment: SOLR-193-SolrDocument.patch > General SolrDocument interface to manage field values. >

[jira] Updated: (SOLR-139) Support updateable/modifiable documents

2007-03-20 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-139: --- Attachment: SOLR-139-IndexDocumentCommand.patch depending on SOLR-193 > Support updateable/modifiable

[jira] Commented: (SOLR-124) use NewIndexModifier, LUCENE-565

2007-03-20 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482414 ] Yonik Seeley commented on SOLR-124: --- > Does anyone have a feeling on whether LUCENE-565 will improve performance? Pr

[jira] Commented: (SOLR-193) General SolrDocument interface to manage field values.

2007-03-20 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482438 ] Yonik Seeley commented on SOLR-193: --- > toExternalValue(Fieldable f) "external" value sort of already means the huma

[jira] Commented: (SOLR-183) add getRequiredParameter() to SolrParams

2007-03-20 Thread J.J. Larrea (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482455 ] J.J. Larrea commented on SOLR-183: -- I totally agree with Ryan that the question I raised about the value of specifyin

[jira] Updated: (SOLR-183) add getRequiredParameter() to SolrParams

2007-03-20 Thread J.J. Larrea (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] J.J. Larrea updated SOLR-183: - Attachment: SOLR-183-required-param.patch > add getRequiredParameter() to SolrParams >

[jira] Updated: (SOLR-183) add getRequiredParameter() to SolrParams

2007-03-20 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-183: --- Attachment: SOLR-183-required-param.patch Looks good. thanks. I agree it is cleaner as a decorator.

Re: [jira] LUCENE-831 and FieldCache warming

2007-03-20 Thread Chris Hostetter
: Sounds interesting. I am not sure I quite understand what this patch does, : but if it helps improve the first sort after a commit that would rock :) the main issue is that Solr currently has no visibility into much of hte caching done by the underlying Lucene implementation, so it can't "autow

[jira] Commented: (SOLR-176) Add detailed timing data to query response output

2007-03-20 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482550 ] Hoss Man commented on SOLR-176: --- i don't have any strong opinions, but i agree with your plan about putting some warning

[jira] Updated: (SOLR-193) General SolrDocument interface to manage field values.

2007-03-20 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-193: --- Attachment: SOLR-193-SolrDocument.patch yes: Object toObject( Fieldable ); is better. > General Solr

[jira] Updated: (SOLR-162) lucene index browser / admin helpers (Luke)

2007-03-20 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-162: --- Attachment: SOLR-162-Admin-XML-luke.patch Updated to: * use SOLR-182 rather then implement its own dyn

Re: svn commit: r519107 - in /lucene/solr/trunk: CHANGES.txt example/exampledocs/spellchecher.xml example/solr/conf/solrconfig.xml lib/lucene-spellchecker-2.2-dev.jar src/java/org/apache/solr/request/

2007-03-20 Thread Otis Gospodnetic
Thanks for comments, Ryan. Took care of 2, 3, and 4. Should I really move the SpellCheckerRequestHandler to o.a.solr.handler instead? I see request handlers in both handler and request packages. Otis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Simpy -- http://www.simpy.com/ -

[jira] Resolved: (SOLR-58) Change Admin components to return XML like the rest of the system

2007-03-20 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic resolved SOLR-58. -- Resolution: Fixed I'll resolve this as Fixed, even though it should be resolved as "No longer rel

Re: svn commit: r519107 - in /lucene/solr/trunk: CHANGES.txt example/exampledocs/spellchecher.xml example/solr/conf/solrconfig.xml lib/lucene-spellchecker-2.2-dev.jar src/java/org/apache/solr/request/

2007-03-20 Thread Ryan McKinley
Should I really move the SpellCheckerRequestHandler to o.a.solr.handler instead? I see request handlers in both handler and request packages. There are two handlers in o.a.s.request: DisMaxRequestHandler.java StandardRequestHandler.java all the other handlers are in o.a.s.handler. Moving Di

Hoss'ss time crunch -or- why i haven't commented on patches lately.

2007-03-20 Thread Chris Hostetter
Just an FYI: you may have noticed i haven't been as on the ball with reviewing patches hte past few weeks ... i've been house hunting and last week I found a good one. i just started escrow and the whole process is sucking up a lot of time -- it doesn't help that i've lived in the same apartment