[jira] Commented: (SOLR-1164) BinaryUpdateRequestHandler and JavaBinUpdateRequestCodec do not maintain order of the commands as serialized in the binary format

2009-05-22 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712350#action_12712350 ] Noble Paul commented on SOLR-1164: -- it should not be a problem. the NamedList#getAll(String

[jira] Commented: (SOLR-920) Cache and reuse IndexSchema

2009-05-22 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712349#action_12712349 ] Noble Paul commented on SOLR-920: - bq.So if my core has its own schema.xml in the right place

[jira] Updated: (SOLR-1165) use skipping on filters to improve search performance

2009-05-22 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-1165: --- Attachment: SOLR-1165.patch OK, here's the patch to use Lucene Filters with the search methods so that

Re: Help Writing a Distributed Component

2009-05-22 Thread Matt Weber
I just added a cleaned up patch that also includes some unit tests. Thanks for everyones help. https://issues.apache.org/jira/browse/SOLR-1177 Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 21, 2009, at 4:41 PM, Matt Weber wrote: Thank you Matt, this seems to

[jira] Updated: (SOLR-1177) Distributed TermsComponent

2009-05-22 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber updated SOLR-1177: - Attachment: SOLR-1177.patch I have cleaned up the patch, tested it against the latest version of trunk and

[jira] Commented: (SOLR-831) revist jar packaging prior to next release

2009-05-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712223#action_12712223 ] Shalin Shekhar Mangar commented on SOLR-831: This issue is now invalid after SOLR

[jira] Resolved: (SOLR-1149) Make QParserPlugin and related classes extendible

2009-05-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1149. - Resolution: Fixed Committed revision 777656. Thanks Kaktu! > Make QParserPlugin

[jira] Commented: (SOLR-769) Support Document and Search Result clustering

2009-05-22 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712165#action_12712165 ] Grant Ingersoll commented on SOLR-769: -- bq. A second option would have been to move the

[jira] Resolved: (SOLR-1181) Inner classes that don't access the ref to the object that created them should be static

2009-05-22 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-1181. --- Resolution: Fixed > Inner classes that don't access the ref to the object that created them > should

[jira] Resolved: (SOLR-1182) OrdFieldSource has a broken equals impl

2009-05-22 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-1182. --- Resolution: Fixed > OrdFieldSource has a broken equals impl > ---

[jira] Commented: (SOLR-1164) BinaryUpdateRequestHandler and JavaBinUpdateRequestCodec do not maintain order of the commands as serialized in the binary format

2009-05-22 Thread Jayson Minard (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712128#action_12712128 ] Jayson Minard commented on SOLR-1164: - The UpdateRequest has get methods for getting the

[jira] Commented: (SOLR-920) Cache and reuse IndexSchema

2009-05-22 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712113#action_12712113 ] Otis Gospodnetic commented on SOLR-920: --- So if my core has its own schema.xml in the ri

Re: SearchComponents and Distributed Search

2009-05-22 Thread Yonik Seeley
On Fri, May 22, 2009 at 6:50 AM, Grant Ingersoll wrote: > Seems like distributed search is starting to hit some critical mass (there > has been a whole bunch of patches to make components distributed lately.) > > I think it is reasonable to say, at this point, that we should now require > any new

Re: fetchLatestIndex in SnapPuller just logs exceptions

2009-05-22 Thread Noble Paul നോബിള്‍ नोब्ळ्
right. some of the recent fixes screwed it up. I shall fix it On Fri, May 22, 2009 at 6:23 PM, Mark Miller wrote: > Any particular reason that SnapPuller just logs exceptions in boolean > fetchLatestIndex(SolrCore core) throws IOException ? > > Here and there it might throw one, but generally it

[jira] Commented: (SOLR-1182) OrdFieldSource has a broken equals impl

2009-05-22 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712078#action_12712078 ] Yonik Seeley commented on SOLR-1182: Yikes... that's an important one. The hashCode wou

[jira] Updated: (SOLR-1182) OrdFieldSource has a broken equals impl

2009-05-22 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-1182: -- Summary: OrdFieldSource has a broken equals impl (was: OrdFieldSource has a brocken equals impl) > Ord

[jira] Updated: (SOLR-1182) OrdFieldSource has a brocken equals impl

2009-05-22 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-1182: -- Attachment: SOLR-1182.patch > OrdFieldSource has a brocken equals impl > ---

[jira] Assigned: (SOLR-1177) Distributed TermsComponent

2009-05-22 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned SOLR-1177: - Assignee: Grant Ingersoll > Distributed TermsComponent > -- > >

[jira] Created: (SOLR-1182) OrdFieldSource has a brocken equals impl

2009-05-22 Thread Mark Miller (JIRA)
OrdFieldSource has a brocken equals impl Key: SOLR-1182 URL: https://issues.apache.org/jira/browse/SOLR-1182 Project: Solr Issue Type: Bug Reporter: Mark Miller Assignee: Mark

[jira] Updated: (SOLR-1181) Inner classes that don't access the ref to the object that created them should be static

2009-05-22 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-1181: -- Attachment: SOLR-1181.patch > Inner classes that don't access the ref to the object that created them >

[jira] Created: (SOLR-1181) Inner classes that don't access the ref to the object that created them should be static

2009-05-22 Thread Mark Miller (JIRA)
Inner classes that don't access the ref to the object that created them should be static Key: SOLR-1181 URL: https://issues.apache.org/jira/browse/SOLR-1181 Proj

fetchLatestIndex in SnapPuller just logs exceptions

2009-05-22 Thread Mark Miller
Any particular reason that SnapPuller just logs exceptions in boolean fetchLatestIndex(SolrCore core) throws IOException ? Here and there it might throw one, but generally it just logs and allows the code to continue - often you are just going to hit a nullpointer a line or two down. Should we

whackiness in dispatch filter

2009-05-22 Thread Mark Miller
In SolrDispatchFilter there is now a parsers field of protected final WeakHashMap parsers = new WeakHashMap(); It was in Solr 1.3. Whats the reason for the change? Below, in doFilter we are still actually using SolrCore rather than SolrConfig. Offhand I'm not sure why the compiler does not

[jira] Commented: (SOLR-1180) Delete only delta import does not commit index

2009-05-22 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712035#action_12712035 ] Noble Paul commented on SOLR-1180: -- committed revision:777479 thanks Ali Syed > Delete onl

[jira] Resolved: (SOLR-1180) Delete only delta import does not commit index

2009-05-22 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-1180. -- Resolution: Fixed > Delete only delta import does not commit index > ---

[jira] Updated: (SOLR-1180) Delete only delta import does not commit index

2009-05-22 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1180: - Attachment: SOLR-1180.patch > Delete only delta import does not commit index > ---

[jira] Updated: (SOLR-920) Cache and reuse IndexSchema

2009-05-22 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-920: Attachment: SOLR-920.patch > Cache and reuse IndexSchema > --- > > Ke

SearchComponents and Distributed Search

2009-05-22 Thread Grant Ingersoll
Seems like distributed search is starting to hit some critical mass (there has been a whole bunch of patches to make components distributed lately.) I think it is reasonable to say, at this point, that we should now require any new SearchComponents to be distributed capable before committ

Hudson build is back to normal: Solr-trunk #809

2009-05-22 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/809/changes