[jira] Updated: (SOLR-658) Allow Solr to load index from arbitrary directory in dataDir and Commit point

2008-09-24 Thread Akshay K. Ukey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay K. Ukey updated SOLR-658: Attachment: SOLR-658.patch Patch in sync with trunk and with a test case (loading arbitrary commit

Re: solr.servlet package not in 1.3 source code

2008-09-24 Thread Grant Ingersoll
src/webapp/src/org/apache/solr/servlet/SolrServlet.java -Grant On Sep 23, 2008, at 8:45 PM, AJ Chen wrote: runtime error when starting solr 1.3. it appears solr.servlet package is not in the source code. any idea? thanks SEVERE: Exception starting filter SolrRequestFilter

[jira] Updated: (SOLR-433) MultiCore and SpellChecker replication

2008-09-24 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Lalevée updated SOLR-433: - Attachment: SOLR-433-r698590.patch The patch that works the best for me is the last one,

[jira] Updated: (SOLR-786) refactor in DisMaxQParserPlugin and DismaxQParser to allow extending DismaxQParser

2008-09-24 Thread Wojciech Biela (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wojciech Biela updated SOLR-786: Attachment: dismax-query-parser.patch the patch corrected, one of the methods was private, so I made

[jira] Updated: (SOLR-786) refactor in DisMaxQParserPlugin and DismaxQParser to allow extending DismaxQParser

2008-09-24 Thread Wojciech Biela (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wojciech Biela updated SOLR-786: Attachment: (was: dismax-query-parser.patch) refactor in DisMaxQParserPlugin and DismaxQParser

[jira] Work started: (SOLR-651) A SearchComponent for fetching TF-IDF values

2008-09-24 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SOLR-651 started by Grant Ingersoll. A SearchComponent for fetching TF-IDF values Key: SOLR-651

[jira] Updated: (SOLR-651) A SearchComponent for fetching TF-IDF values

2008-09-24 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-651: - Attachment: SOLR-651.patch Here's a start at making this support distributed. Still needs

bug or clarifiation?

2008-09-24 Thread Erik Hatcher
Solr out of the box, built in example data: http://localhost:8983/solr/select?q.alt=cat:electronicsdefType=dismaxbq= {!dismax%20qf=name}ipodfl=*,scoredebugQuery=true Gives me this response: HTTP ERROR: 400 org.apache.lucene.queryParser.ParseException: Infinite Recursion detected

Re: bug or clarifiation?

2008-09-24 Thread Mark Miller
Erik Hatcher wrote: Solr out of the box, built in example data: http://localhost:8983/solr/select?q.alt=cat:electronicsdefType=dismaxbq={!dismax%20qf=name}ipodfl=*,scoredebugQuery=true Gives me this response: HTTP ERROR: 400 org.apache.lucene.queryParser.ParseException: Infinite

Re: bug or clarifiation?

2008-09-24 Thread Erik Hatcher
On Sep 24, 2008, at 2:09 PM, Mark Miller wrote: Erik Hatcher wrote: Solr out of the box, built in example data: http://localhost:8983/solr/select?q.alt=cat:electronicsdefType=dismaxbq= {!dismax%20qf=name}ipodfl=*,scoredebugQuery=true Gives me this response: HTTP ERROR: 400

[jira] Commented: (SOLR-617) Allow configurable deletion policy

2008-09-24 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12634258#action_12634258 ] Shalin Shekhar Mangar commented on SOLR-617: The patch looks good. I think this

[jira] Commented: (SOLR-617) Allow configurable deletion policy

2008-09-24 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12634264#action_12634264 ] Shalin Shekhar Mangar commented on SOLR-617: Also, we need to use slf4j instead

[jira] Commented: (SOLR-103) SQL Upload Plugin

2008-09-24 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12634280#action_12634280 ] Grant Ingersoll commented on SOLR-103: -- Can we close this out in light of the

Writing Distributed Search Components

2008-09-24 Thread Grant Ingersoll
I'm working on https://issues.apache.org/jira/browse/SOLR-651 and also trying to write up http://wiki.apache.org/solr/WritingDistributedSearchComponents Couple of questions on writing distributed SearchComponents 1. Can someone describe the stages (I think I know them, but there isn't much

[jira] Resolved: (SOLR-103) SQL Upload Plugin

2008-09-24 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-103. Resolution: Duplicate the DataImportHandler should take care of this... SQL Upload Plugin

[jira] Updated: (SOLR-667) Alternate LRUCache implementation

2008-09-24 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-667: Attachment: SOLR-667.patch name change and some refactoring Alternate LRUCache implementation