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

2010-01-19 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12802186#action_12802186 ] Martijn van Groningen commented on SOLR-236: If the field is tokenized and has

[jira] Created: (SOLR-1726) Deep Paging and Large Results Improvements

2010-01-19 Thread Grant Ingersoll (JIRA)
Deep Paging and Large Results Improvements -- Key: SOLR-1726 URL: https://issues.apache.org/jira/browse/SOLR-1726 Project: Solr Issue Type: Improvement Reporter: Grant Ingersoll

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

2010-01-19 Thread Yaniv S. (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12802334#action_12802334 ] Yaniv S. commented on SOLR-236: --- Hi All, this is a very exciting feature and I'm trying to

[jira] Commented: (SOLR-1719) stock TokenFilterFactory for flattening positions

2010-01-19 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12802342#action_12802342 ] Otis Gospodnetic commented on SOLR-1719: Does PositionFilterFactory fix the

[jira] Resolved: (SOLR-1719) stock TokenFilterFactory for flattening positions

2010-01-19 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-1719. Resolution: Not A Problem Indeed I thought we had something like that, but overlooked it when i went

Re: svn commit: r899979 - /lucene/solr/trunk/example/solr/conf/solrconfig.xml

2010-01-19 Thread Chris Hostetter
: again. I don't think it matters if its the same FileChannel or not - you : just can't use Native Locks within the same JVM, as the lock is held by : the JVM - they are per process - so Lucene does its own little static : map stuff to lock within JVM (simple in memory lock tracking) and uses :

[jira] Commented: (SOLR-1725) Script based UpdateRequestProcessorFactory

2010-01-19 Thread Uri Boness (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12802496#action_12802496 ] Uri Boness commented on SOLR-1725: -- The DIH ScriptTransformer can really be cleaned up

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

2010-01-19 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12802512#action_12802512 ] Martijn van Groningen commented on SOLR-236: Hi Yaniv, I tried the same on 1.4

Re: svn commit: r899979 - /lucene/solr/trunk/example/solr/conf/solrconfig.xml

2010-01-19 Thread Mark Miller
Chris Hostetter wrote: : again. I don't think it matters if its the same FileChannel or not - you : just can't use Native Locks within the same JVM, as the lock is held by : the JVM - they are per process - so Lucene does its own little static : map stuff to lock within JVM (simple in memory

Re: svn commit: r899979 - /lucene/solr/trunk/example/solr/conf/solrconfig.xml

2010-01-19 Thread Chris Hostetter
: At a minimu, shouldn't NativeFSLock.obtain() be checking for : OverlappingFileLockException and treating that as a failure to acquire the : lock? ... : Perhaps - that should make it work in more cases - but in my simple : testing its not 100% reliable. ... : File locks are

[jira] Commented: (SOLR-1725) Script based UpdateRequestProcessorFactory

2010-01-19 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12802607#action_12802607 ] Mark Miller commented on SOLR-1725: --- We might want to think about making this a contrib?

[jira] Commented: (SOLR-1677) Add support for o.a.lucene.util.Version for BaseTokenizerFactory and BaseTokenFilterFactory

2010-01-19 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12802614#action_12802614 ] Mark Miller commented on SOLR-1677: --- If you are thinking of VERSION as alternate versions,

[jira] Commented: (SOLR-1630) StringIndexOutOfBoundsException in SpellCheckComponent

2010-01-19 Thread Jay Hill (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12802630#action_12802630 ] Jay Hill commented on SOLR-1630: I have seen another case of a production system hitting

[jira] Created: (SOLR-1727) SolrEventListener should extend NamedListInitializedPlugin

2010-01-19 Thread Noble Paul (JIRA)
SolrEventListener should extend NamedListInitializedPlugin -- Key: SOLR-1727 URL: https://issues.apache.org/jira/browse/SOLR-1727 Project: Solr Issue Type: Improvement

[jira] Updated: (SOLR-1727) SolrEventListener should extend NamedListInitializedPlugin

2010-01-19 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1727: - Attachment: SOLR-1727.patch SolrEventListener should extend NamedListInitializedPlugin

[jira] Created: (SOLR-1728) ResponseWriters should support byte[], ByteBuffer

2010-01-19 Thread Noble Paul (JIRA)
ResponseWriters should support byte[], ByteBuffer - Key: SOLR-1728 URL: https://issues.apache.org/jira/browse/SOLR-1728 Project: Solr Issue Type: Improvement Reporter: Noble Paul

[jira] Updated: (SOLR-1728) ResponseWriters should support byte[], ByteBuffer

2010-01-19 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1728: - Fix Version/s: 1.5 Assignee: Noble Paul ResponseWriters should support byte[], ByteBuffer