[jira] Updated: (SOLR-914) Presence of finalize() in the codebase

2009-08-12 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-914: Assignee: (was: Noble Paul) There seems to be no consensus on the fix. Unassigning myself > Presence of

[jira] Issue Comment Edited: (SOLR-1315) new replication command needed to force a backup when there is no committed index data

2009-08-12 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742737#action_12742737 ] Noble Paul edited comment on SOLR-1315 at 8/12/09 11:35 PM: So t

[jira] Updated: (SOLR-1315) new replication command needed to force a backup when there is no committed index data

2009-08-12 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1315: - Attachment: SOLR-1315.patch So there is no command, the same command should create a snapshot irrespective

[jira] Updated: (SOLR-1235) disallow period (.) in entity names

2009-08-12 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1235: - Attachment: SOLR-1235.patch thanks Tricia for catching this I have made the name not mandatory. DIH assig

[jira] Commented: (SOLR-1312) BufferedTokenStream should use new Lucene 2.9 TokenStream API

2009-08-12 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742725#action_12742725 ] Jason Rutherglen commented on SOLR-1312: Tom, I'm going to put a patch together for

Issue with Function Query on Field Names with a Hyphen

2009-08-12 Thread Solr Trey
Hey Everyone, So, I was experimenting with some function queries today, and came across something disturbing: The following query works fine (field name: rank_i): /solr/select/?q.op=AND&start=0&rows=10&fl=*%2cscore&q={!func}product(rank_i,2) But the following query (field name: rank-i) throws a

[jira] Commented: (SOLR-908) Port of Nutch CommonGrams filter to Solr

2009-08-12 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742679#action_12742679 ] Jason Rutherglen commented on SOLR-908: --- Tom, Is it our intention to support phrase qu

[jira] Commented: (SOLR-908) Port of Nutch CommonGrams filter to Solr

2009-08-12 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742657#action_12742657 ] Jason Rutherglen commented on SOLR-908: --- I'll add resuableToken support to this patch.

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2009-08-12 Thread Brad Giaccio (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742645#action_12742645 ] Brad Giaccio commented on SOLR-773: --- I'm going to have to disagree with Chris's asserion th

[jira] Updated: (SOLR-1360) PhoneticFilter can index duplicate tokens

2009-08-12 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-1360: --- Attachment: SOLR-1360.patch pretty trivial bug, but I thought I'd fix it while I was converting everyt

[jira] Created: (SOLR-1360) PhoneticFilter can index duplicate tokens

2009-08-12 Thread Yonik Seeley (JIRA)
PhoneticFilter can index duplicate tokens - Key: SOLR-1360 URL: https://issues.apache.org/jira/browse/SOLR-1360 Project: Solr Issue Type: Bug Reporter: Yonik Seeley Priority: Mi

[jira] Commented: (SOLR-1321) Support for efficient leading wildcards search

2009-08-12 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742611#action_12742611 ] Robert Muir commented on SOLR-1321: --- btw, i found apache harmony has a nice impl of in-pla

Re: svn commit: r803721 - /lucene/solr/trunk/client/ruby/solr-ruby/test/unit/tab_delimited.txt

2009-08-12 Thread Yonik Seeley
On Wed, Aug 12, 2009 at 5:51 PM, wrote: > Author: ehatcher > Date: Wed Aug 12 21:51:47 2009 > New Revision: 803721 > > URL: http://svn.apache.org/viewvc?rev=803721&view=rev > Log: > revert ASL in a CSV file.  that makes it unparsable and broke solr-rubys > tests.  do we really need a license *in*

[jira] Updated: (SOLR-1359) DoubleMetaphoneFilter bugs

2009-08-12 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-1359: --- Attachment: SOLR-1359.patch Here's my rewritten patch based on what I believe should happen. If inject

[jira] Created: (SOLR-1359) DoubleMetaphoneFilter bugs

2009-08-12 Thread Yonik Seeley (JIRA)
DoubleMetaphoneFilter bugs -- Key: SOLR-1359 URL: https://issues.apache.org/jira/browse/SOLR-1359 Project: Solr Issue Type: Bug Reporter: Yonik Seeley Fix For: 1.4 DoubleMetaphoneFilter impl

[jira] Commented: (SOLR-868) Prepare solrjs trunk to be integrated into contrib

2009-08-12 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742588#action_12742588 ] Erik Hatcher commented on SOLR-868: --- There's already some of my own personal book data prov

[jira] Commented: (SOLR-1331) Support merging multiple cores

2009-08-12 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742581#action_12742581 ] Hoss Man commented on SOLR-1331: bq. I was thinking about more safe-guards like acquiring lo

[jira] Commented: (SOLR-1321) Support for efficient leading wildcards search

2009-08-12 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742576#action_12742576 ] Yonik Seeley commented on SOLR-1321: Use resizeTermBuffer() first... and then do it in p

[jira] Commented: (SOLR-1321) Support for efficient leading wildcards search

2009-08-12 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742573#action_12742573 ] Andrzej Bialecki commented on SOLR-1321: - bq. FWIW, it also seemed like the reverse

Re: DoubleMetaphone bugs?

2009-08-12 Thread Yonik Seeley
I assume that if inject==false, and there is no phonetic alternative, the original token should be indexed? PhoneticFilter might also have an issue - I'm not sure how all of the encoders report back that there is no alternative, but PhoneticFilter does fewer checks and may generate zero length tok

[jira] Commented: (SOLR-1321) Support for efficient leading wildcards search

2009-08-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742568#action_12742568 ] Grant Ingersoll commented on SOLR-1321: --- bq. After adding the marker-related stuff the

DoubleMetaphone bugs?

2009-08-12 Thread Yonik Seeley
I'm converting many of the TokenFilters to the new Lucene attribute API... I'm currently on DoubleMetaphone, but something looks wrong. // If we did not add something, then go to the next one... if( !isPhonetic ) { t = next(in); if( t != null ) { t.setPosition

[jira] Commented: (SOLR-1321) Support for efficient leading wildcards search

2009-08-12 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742559#action_12742559 ] Andrzej Bialecki commented on SOLR-1321: - bq. Since this is a new filter, we might

[jira] Updated: (SOLR-1296) Enable opening IndexReader with termInfosIndexDivisor and setting IndexWriter's termIndexInterval

2009-08-12 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1296: --- Attachment: SOLR-1296.patch * Added solrconfig-termindex.xml * I'm not sure about IW access?

[jira] Commented: (SOLR-868) Prepare solrjs trunk to be integrated into contrib

2009-08-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742531#action_12742531 ] Grant Ingersoll commented on SOLR-868: -- I'd prefer something else. I think we could eve

[jira] Commented: (SOLR-868) Prepare solrjs trunk to be integrated into contrib

2009-08-12 Thread Eric Pugh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742533#action_12742533 ] Eric Pugh commented on SOLR-868: I won't get to it this week I think, but I want to just take

[jira] Commented: (SOLR-868) Prepare solrjs trunk to be integrated into contrib

2009-08-12 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742528#action_12742528 ] Yonik Seeley commented on SOLR-868: --- bq. I don't think we have the right to include sample.

[jira] Commented: (SOLR-1235) disallow period (.) in entity names

2009-08-12 Thread Tricia Williams (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742526#action_12742526 ] Tricia Williams commented on SOLR-1235: --- This commit causes the example-DIH to fail wi

[jira] Reopened: (SOLR-868) Prepare solrjs trunk to be integrated into contrib

2009-08-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reopened SOLR-868: -- I don't think we have the right to include sample.sgm. How about generifying the content or just au

[jira] Resolved: (SOLR-761) Fix Flare license headers

2009-08-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved SOLR-761. -- Resolution: Fixed > Fix Flare license headers > - > > Key

[jira] Commented: (SOLR-1296) Enable opening IndexReader with termInfosIndexDivisor and setting IndexWriter's termIndexInterval

2009-08-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742496#action_12742496 ] Grant Ingersoll commented on SOLR-1296: --- Looks like solrconfig-termindex.xml was not i

[jira] Assigned: (SOLR-1296) Enable opening IndexReader with termInfosIndexDivisor and setting IndexWriter's termIndexInterval

2009-08-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned SOLR-1296: - Assignee: Grant Ingersoll > Enable opening IndexReader with termInfosIndexDivisor and sett

Re: solr 1.4 schedule

2009-08-12 Thread Grant Ingersoll
Still at 24 (although they have changed): https://issues.apache.org/jira/secure/BrowseVersion.jspa?id=12310230&versionId=12313351&showOpenIssuesOnly=true . Please do your part and check if you have issues slated for 1.4. There are a few that need unit tests, some that just need to be committ

Re: Solr document server/component

2009-08-12 Thread Jason Rutherglen
> So ,when the stored fields are fetched from the "DocumentService" the version number also is sent? Yes. You're probably wondering how we manage the older versions of an object (aka id + version) in the DocService. We'd probably delete the object as it's deleted from the index? I use the word "

[jira] Commented: (SOLR-1321) Support for efficient leading wildcards search

2009-08-12 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742451#action_12742451 ] Robert Muir commented on SOLR-1321: --- i do have one comment on the reverse() present here:

[jira] Commented: (SOLR-1292) show lucene fieldcache entries and sizes

2009-08-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742437#action_12742437 ] Grant Ingersoll commented on SOLR-1292: --- OK, definitely agree, was just going through

[jira] Commented: (SOLR-1321) Support for efficient leading wildcards search

2009-08-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742434#action_12742434 ] Grant Ingersoll commented on SOLR-1321: --- Also no need to do the string round trip in t

[jira] Commented: (SOLR-1292) show lucene fieldcache entries and sizes

2009-08-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742428#action_12742428 ] Mark Miller commented on SOLR-1292: --- Yeah - I'd wait to push this - its an easy one to pus

[jira] Commented: (SOLR-1321) Support for efficient leading wildcards search

2009-08-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742430#action_12742430 ] Grant Ingersoll commented on SOLR-1321: --- Since this is a new filter, we might as well

[jira] Assigned: (SOLR-1321) Support for efficient leading wildcards search

2009-08-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned SOLR-1321: - Assignee: Grant Ingersoll > Support for efficient leading wildcards search > -

[jira] Commented: (SOLR-1292) show lucene fieldcache entries and sizes

2009-08-12 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742425#action_12742425 ] Yonik Seeley commented on SOLR-1292: Depends on how quickly we can get it in. I hate to

[jira] Commented: (SOLR-1292) show lucene fieldcache entries and sizes

2009-08-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742424#action_12742424 ] Grant Ingersoll commented on SOLR-1292: --- Given our goal is to turn around Solr 1.4 fai

[jira] Resolved: (SOLR-1345) Upgrade Lucene in prep for 2.9 release

2009-08-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-1345. --- Resolution: Fixed Assignee: Mark Miller Highlighter API back compat is still broken - can be res

[jira] Updated: (SOLR-1292) show lucene fieldcache entries and sizes

2009-08-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-1292: -- Priority: Minor (was: Major) Issue Type: Improvement (was: Bug) > show lucene fieldcache entries

[jira] Resolved: (SOLR-1276) StatsComponent doesn`t have unit test

2009-08-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved SOLR-1276. --- Resolution: Fixed Committed revision 803571. Thanks Rafał! > StatsComponent doesn`t have uni

[jira] Assigned: (SOLR-1276) StatsComponent doesn`t have unit test

2009-08-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned SOLR-1276: - Assignee: Grant Ingersoll (was: Mark Miller) > StatsComponent doesn`t have unit test > --

[jira] Resolved: (SOLR-1281) SignatureUpdateProcessorFactory does not use SolrResourceLoader

2009-08-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved SOLR-1281. --- Resolution: Fixed Committed revision 803560. > SignatureUpdateProcessorFactory does not use S

[jira] Assigned: (SOLR-1281) SignatureUpdateProcessorFactory does not use SolrResourceLoader

2009-08-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned SOLR-1281: - Assignee: Grant Ingersoll (was: Mark Miller) > SignatureUpdateProcessorFactory does not u

[jira] Commented: (SOLR-1331) Support merging multiple cores

2009-08-12 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742355#action_12742355 ] Shalin Shekhar Mangar commented on SOLR-1331: - bq. IndexWriter.addIndexes() does

[jira] Commented: (SOLR-1331) Support merging multiple cores

2009-08-12 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742330#action_12742330 ] Yonik Seeley commented on SOLR-1331: bq. However, I was thinking about more safe-guards

[jira] Commented: (SOLR-1331) Support merging multiple cores

2009-08-12 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742328#action_12742328 ] Shalin Shekhar Mangar commented on SOLR-1331: - bq. Is the thinking here that we

[jira] Updated: (SOLR-773) Incorporate Local Lucene/Solr

2009-08-12 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-773: --- Fix Version/s: 1.5 Marking for 1.5 > Incorporate Local Lucene/Solr > -

Build failed in Hudson: Solr-trunk #893

2009-08-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/893/ -- [...truncated 2189 lines...] [junit] Running org.apache.solr.analysis.TestPatternReplaceFilter [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 4.142 sec [junit] Running

Solr nightly build failure

2009-08-12 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build [mkdir] Created dir: /tmp/apache-solr-nightly/build/web compile-solrj: [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj [javac] Compiling 84 source files to /tmp/apache-solr-nightly/build/solrj