[jira] Commented: (SOLR-940) TrieRange support

2009-03-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681183#action_12681183 ] Shalin Shekhar Mangar commented on SOLR-940: Committed revision 752785. Fixed a

[jira] Updated: (SOLR-940) TrieRange support

2009-03-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-940: --- Attachment: SOLR-940-rangequery.patch >From Hoss on solr-dev about the last patch: {quo

Re: svn commit: r752596 - in /lucene/solr/trunk/src/java/org/apache/solr: schema/FieldType.java schema/TrieField.java search/SolrQueryParser.java

2009-03-11 Thread Shalin Shekhar Mangar
On Thu, Mar 12, 2009 at 3:15 AM, Chris Hostetter wrote: > > I don't think treating "*" as special is something FieldType (or > TrieField) should do -- that's specific to the syntax of the QueryParser. > The FieldType classes should treat the string as a string. (otherwise if i > write a new Query

[jira] Commented: (SOLR-1051) Support the merge of multiple indexes

2009-03-11 Thread Ning Li (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681144#action_12681144 ] Ning Li commented on SOLR-1051: --- "AddIndexes" is exposed as a CoreAdmin command, as Shalin sug

[jira] Updated: (SOLR-1051) Support the merge of multiple indexes

2009-03-11 Thread Ning Li (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Li updated SOLR-1051: -- Attachment: SOLR-1051.patch > Support the merge of multiple indexes > - > >

Re: svn commit: r752596 - in /lucene/solr/trunk/src/java/org/apache/solr: schema/FieldType.java schema/TrieField.java search/SolrQueryParser.java

2009-03-11 Thread Chris Hostetter
: +++ lucene/solr/trunk/src/java/org/apache/solr/schema/FieldType.java Wed Mar 11 19:50:04 2009 : + public Query getRangeQuery(String field, String part1, String part2, boolean inclusive) { : +RangeQuery rangeQuery = new RangeQuery( : +field, : +"*".equals(part1) ?

[jira] Commented: (SOLR-1067) QueryParsing.parseFunction uses Singleton Core (SolrCore.getSolrCore())

2009-03-11 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681034#action_12681034 ] Hoss Man commented on SOLR-1067: to followup on a comment i made in that email thread... {q

[jira] Created: (SOLR-1067) QueryParsing.parseFunction uses Singleton Core (SolrCore.getSolrCore())

2009-03-11 Thread Hoss Man (JIRA)
QueryParsing.parseFunction uses Singleton Core (SolrCore.getSolrCore()) --- Key: SOLR-1067 URL: https://issues.apache.org/jira/browse/SOLR-1067 Project: Solr Issue Type: Bug

[jira] Commented: (SOLR-940) TrieRange support

2009-03-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681007#action_12681007 ] Shalin Shekhar Mangar commented on SOLR-940: Committed revision 752596. > TrieRa

[jira] Updated: (SOLR-940) TrieRange support

2009-03-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-940: --- Attachment: SOLR-940-rangequery.patch # Adding FieldType.getRangeQuery method which use

[jira] Resolved: (SOLR-1066) The Script details must be made available though Context methods

2009-03-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1066. - Resolution: Fixed Assignee: Shalin Shekhar Mangar Committed revision 752586.

[jira] Commented: (SOLR-940) TrieRange support

2009-03-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680996#action_12680996 ] Shalin Shekhar Mangar commented on SOLR-940: bq. Instead of explicitly testing fo

[jira] Commented: (SOLR-1059) allow delete document in DIH

2009-03-11 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680995#action_12680995 ] Noble Paul commented on SOLR-1059: -- yes Context also can have methods. again on the same

[jira] Commented: (SOLR-940) TrieRange support

2009-03-11 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680989#action_12680989 ] Yonik Seeley commented on SOLR-940: --- Instead of explicitly testing for TrieField in the Que

[jira] Updated: (SOLR-1066) The Script details must be made available though Context methods

2009-03-11 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1066: - Attachment: SOLR-1066.patch the fix > The Script details must be made available though Context methods >

[jira] Commented: (SOLR-1059) allow delete document in DIH

2009-03-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680986#action_12680986 ] Shalin Shekhar Mangar commented on SOLR-1059: - Would it be nice if we also had m

[jira] Created: (SOLR-1066) The Script details must be made available though Context methods

2009-03-11 Thread Noble Paul (JIRA)
The Script details must be made available though Context methods Key: SOLR-1066 URL: https://issues.apache.org/jira/browse/SOLR-1066 Project: Solr Issue Type: Improvement

[jira] Updated: (SOLR-846) Out Of memory doing delta import with fetch size set to -1

2009-03-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-846: --- Fix Version/s: 1.5 Marking for 1.5 > Out Of memory doing delta import with fetch size

[jira] Commented: (SOLR-782) cleanup DIH code

2009-03-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680980#action_12680980 ] Shalin Shekhar Mangar commented on SOLR-782: Let us create a new issue for the sc

[jira] Resolved: (SOLR-940) TrieRange support

2009-03-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-940. Resolution: Fixed Committed revision 752562. Thanks Uwe for the ideas and the review

[jira] Updated: (SOLR-939) ValueSourceRangeFilter/Query

2009-03-11 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-939: -- Attachment: SOLR-939.patch Here's the latest I had... I don't recall exactly what the state of things we

[jira] Resolved: (SOLR-1064) for any core registry.jsp (aka: "INFO" link) incorrectly lists info about last core declared

2009-03-11 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-1064. Resolution: Fixed http://www.nabble.com/bug-report-in-%22INFO%22-link-at-solr-admin-page-using-multicore-td2

[jira] Created: (SOLR-1065) Add a ContenStreamDataSource to DIH to accept post data

2009-03-11 Thread Noble Paul (JIRA)
Add a ContenStreamDataSource to DIH to accept post data --- Key: SOLR-1065 URL: https://issues.apache.org/jira/browse/SOLR-1065 Project: Solr Issue Type: New Feature Components: c

[jira] Created: (SOLR-1064) for any core registry.jsp (aka: "INFO" link) incorrectly lists info about last core declared

2009-03-11 Thread Hoss Man (JIRA)
for any core registry.jsp (aka: "INFO" link) incorrectly lists info about last core declared Key: SOLR-1064 URL: https://issues.apache.org/jira/browse/SOLR-1064

[jira] Updated: (SOLR-1061) Improve RegexTransformer to create multiple columns from regex groups

2009-03-11 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1061: - Description: example {code:xml} {code} This is more efficient in extracting multiple values from a singl

[jira] Updated: (SOLR-1061) Improve RegexTransformer to create multiple columns from regex groups

2009-03-11 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1061: - Description: example {code:xml} {code} This is more efficient in extracting multiple values from a singl

[jira] Updated: (SOLR-1062) Create a LogTransformer which can print data to log files

2009-03-11 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1062: - Description: example {code:xml} {code} The mail thread http://markmail.org/thread/43r5eibeealdz6sj w

[jira] Updated: (SOLR-1060) a new DIH EnityProcessor allowing text file lists of files to be indexed

2009-03-11 Thread Fergus McMenemie (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fergus McMenemie updated SOLR-1060: --- Attachment: SOLR-1060.patch This is by no means the finished article. It has no test case and

[jira] Issue Comment Edited: (SOLR-769) Support Document and Search Result clustering

2009-03-11 Thread Stanislaw Osinski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680942#action_12680942 ] Stanislaw Osinski edited comment on SOLR-769 at 3/11/09 10:46 AM: -

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

2009-03-11 Thread Stanislaw Osinski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680942#action_12680942 ] Stanislaw Osinski commented on SOLR-769: Hi All, I've just uploaded a patch that pas

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

2009-03-11 Thread Stanislaw Osinski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stanislaw Osinski updated SOLR-769: --- Attachment: SOLR-769-lib.zip SOLR-769.patch Yet another patch, this time with p

[jira] Updated: (SOLR-1063) Spellchecker result through wt=phps and wt=php

2009-03-11 Thread Markus (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus updated SOLR-1063: - Description: First of all, this is not through the provided PHP client but these are the actual results directly

[jira] Created: (SOLR-1063) Spellchecker result through wt=phps and wt=php

2009-03-11 Thread Markus (JIRA)
Spellchecker result through wt=phps and wt=php -- Key: SOLR-1063 URL: https://issues.apache.org/jira/browse/SOLR-1063 Project: Solr Issue Type: Bug Components: spellchecker Affects Ve

Re: fsync, potential data loss, java replication

2009-03-11 Thread Yonik Seeley
On Wed, Mar 11, 2009 at 12:25 AM, Noble Paul നോബിള്‍ नोब्ळ् > hi yonik , if you can point to the place (code) where lucene does this > we can copy the same code to Solr Replication as well FSDirectory.sync(String name) is the lowest level. That's called from IndexWriter.startCommit() and then Se

[jira] Assigned: (SOLR-940) TrieRange support

2009-03-11 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-940: -- Assignee: Shalin Shekhar Mangar > TrieRange support > - > >

[jira] Commented: (SOLR-1061) Improve regexTransformer to create multiple columns from regexGroups

2009-03-11 Thread Fergus McMenemie (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680807#action_12680807 ] Fergus McMenemie commented on SOLR-1061: Yes, yes. Another usecase I ran into a lot

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

2009-03-11 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/739/changes