[jira] Assigned: (LUCENE-1450) RangeQuery & RangeFilter used with collation seek to lowerTerm using compareTo()

2008-11-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1450: -- Assignee: Michael McCandless > RangeQuery & RangeFilter used with collation se

[jira] Commented: (LUCENE-1417) Allowing for distance measures that incorporate frequency/popularity for SuggestWord comparison

2008-11-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646912#action_12646912 ] Grant Ingersoll commented on LUCENE-1417: - I think we should allow the sorting to

[jira] Updated: (LUCENE-1417) Allowing for distance measures that incorporate frequency/popularity for SuggestWord comparison

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated LUCENE-1417: - Priority: Minor (was: Major) I agree with Grant. I like that we not have pluggable dis

[jira] Commented: (LUCENE-1450) RangeQuery & RangeFilter used with collation seek to lowerTerm using compareTo()

2008-11-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646838#action_12646838 ] Michael McCandless commented on LUCENE-1450: Urgh, sorry! Thanks for catching

[jira] Commented: (LUCENE-1424) Change all multi-term querys so that they extend MultiTermQuery and allow for a constant score mode

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646935#action_12646935 ] Mark Miller commented on LUCENE-1424: - Another one: looks like as we were iterating ba

[jira] Updated: (LUCENE-1296) Allow use of compact DocIdSet in CachingWrapperFilter

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated LUCENE-1296: - Lucene Fields: [New, Patch Available] (was: [Patch Available, New]) Fix Version/s: 2

[jira] Commented: (LUCENE-1296) Allow use of compact DocIdSet in CachingWrapperFilter

2008-11-12 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646954#action_12646954 ] Paul Elschot commented on LUCENE-1296: -- {quote}Also, why not put your logic to someti

[jira] Commented: (LUCENE-1450) RangeQuery & RangeFilter used with collation seek to lowerTerm using compareTo()

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646876#action_12646876 ] Mark Miller commented on LUCENE-1450: - Good tests, thanks. My bad for missing that whe

[jira] Resolved: (LUCENE-518) document field lengths count analyzer synonym overlays

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic resolved LUCENE-518. - Resolution: Fixed I think LUCENE-1420 fixed this. > document field lengths count analyz

[jira] Updated: (LUCENE-1413) Creating PlainTextDictionary with UTF8 files

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated LUCENE-1413: - Lucene Fields: [New, Patch Available] (was: [Patch Available, New]) Fix Version/s:

[jira] Commented: (LUCENE-1306) CombinedNGramTokenFilter

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646971#action_12646971 ] Otis Gospodnetic commented on LUCENE-1306: -- Could/should this not be folded into

[jira] Resolved: (LUCENE-1450) RangeQuery & RangeFilter used with collation seek to lowerTerm using compareTo()

2008-11-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1450. Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch Availa

Add Token.copyInto(Token) API

2008-11-12 Thread Shai Erera
Hi, I was thinking about adding a copyInto method to Token. The only way to clone a token is by using its clone() or clone(char[], int, int, int, int) methods. Both do the job, but allocate a Token instance. While in 2.4 a Token constructor may actually get a char[] as input (thus saving a char[]

Re: Add Token.copyInto(Token) API

2008-11-12 Thread Grant Ingersoll
Are you aware of LUCENE-1422? There is likely going to be a new way of dealing w/ TokenStreams all together, so you might want to have a look there before continuing. On Nov 12, 2008, at 1:51 PM, Shai Erera wrote: Hi, I was thinking about adding a copyInto method to Token. The only way

[jira] Created: (LUCENE-1451) Can't create NIOFSDirectory w/o setting a system property

2008-11-12 Thread Yonik Seeley (JIRA)
Can't create NIOFSDirectory w/o setting a system property - Key: LUCENE-1451 URL: https://issues.apache.org/jira/browse/LUCENE-1451 Project: Lucene - Java Issue Type: Bug Re

[jira] Commented: (LUCENE-1451) Can't create NIOFSDirectory w/o setting a system property

2008-11-12 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647065#action_12647065 ] Yonik Seeley commented on LUCENE-1451: -- Hmmm, external subclasses should be able to c

[jira] Updated: (LUCENE-1451) Can't create NIOFSDirectory w/o setting a system property

2008-11-12 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated LUCENE-1451: - Attachment: LUCENE-1451.patch Attaching untested patch implementing logic above. > Can't create

[jira] Commented: (LUCENE-1451) Can't create NIOFSDirectory w/o setting a system property

2008-11-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647061#action_12647061 ] Michael McCandless commented on LUCENE-1451: That looks like a good approach t

[jira] Commented: (LUCENE-1451) Can't create NIOFSDirectory w/o setting a system property

2008-11-12 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647047#action_12647047 ] Yonik Seeley commented on LUCENE-1451: -- The actual class used for making new instance

[jira] Commented: (LUCENE-1451) Can't create NIOFSDirectory w/o setting a system property

2008-11-12 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647077#action_12647077 ] Hoss Man commented on LUCENE-1451: -- bq. It seems like we should make it possible to creat

[jira] Updated: (LUCENE-1451) Can't create NIOFSDirectory w/o setting a system property

2008-11-12 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated LUCENE-1451: - Attachment: LUCENE-1451.patch Attaching patch with tests. > Can't create NIOFSDirectory w/o set

[jira] Commented: (LUCENE-1451) Can't create NIOFSDirectory w/o setting a system property

2008-11-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647085#action_12647085 ] Michael McCandless commented on LUCENE-1451: bq. 1. if i'm reading it right, t

[jira] Commented: (LUCENE-1451) Can't create NIOFSDirectory w/o setting a system property

2008-11-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647086#action_12647086 ] Michael McCandless commented on LUCENE-1451: bq. Hmmm, external subclasses sho

Re: [jira] Created: (LUCENE-1439) Inconsistent API

2008-11-12 Thread Chris Hostetter
: > There are a lot of containers which don't implement an interface which indicates this fact : > (for pre-java-1.5 Lucene it could be Collection, for post-ajva-1.5 Lucene it could be more general Iterable) : > : > Example: : > IndexSearcher: "int maxDoc()" and "doc(int i)" : : This is not as

[jira] Commented: (LUCENE-1451) Can't create NIOFSDirectory w/o setting a system property

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647103#action_12647103 ] Mark Miller commented on LUCENE-1451: - bq. Hmm good point. Actually why do we do this

[jira] Commented: (LUCENE-1451) Can't create NIOFSDirectory w/o setting a system property

2008-11-12 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647109#action_12647109 ] Yonik Seeley commented on LUCENE-1451: -- bq. if i'm reading it right, this patch won'

[jira] Updated: (LUCENE-1424) Change all multi-term querys so that they extend MultiTermQuery and allow for a constant score mode

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1424: Attachment: LUCENE-1424-dep_rng_cstr_fix.patch Fixes the null problem with deprecated RangeQuery c

[jira] Commented: (LUCENE-38) RangeQuery without lower term and inclusive=false skips blank fields

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647123#action_12647123 ] Mark Miller commented on LUCENE-38: --- Does this need to be 'fixed' ? RangeQuery now uses th

[jira] Commented: (LUCENE-38) RangeQuery without lower term and inclusive=false skips blank fields

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647123#action_12647123 ] Mark Miller commented on LUCENE-38: --- Does this need to be 'fixed' ? RangeQuery now uses th

[jira] Commented: (LUCENE-524) Current implementation of fuzzy and wildcard queries inappropriately implemented as Boolean query rewrites

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647127#action_12647127 ] Mark Miller commented on LUCENE-524: Anyone think this still has merit? It looks intere

[jira] Resolved: (LUCENE-1389) SimpleSpanFragmenter can create very short fragments

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved LUCENE-1389. - Resolution: Fixed Thanks Andrew. > SimpleSpanFragmenter can create very short fragments > -

[jira] Resolved: (LUCENE-582) Don't throw TooManyClauses exception

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved LUCENE-582. Resolution: Fixed Fix Version/s: 2.9 Debating Fixed or Won't Fixed - won't fix because we wo

[jira] Commented: (LUCENE-1451) Can't create NIOFSDirectory w/o setting a system property

2008-11-12 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647129#action_12647129 ] Hoss Man commented on LUCENE-1451: -- bq. Right... the tests in the patch test for this too

[jira] Commented: (LUCENE-1418) QueryParser can throw NullPointerException during parsing of some queries in case if default field passed to constructor is null

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647132#action_12647132 ] Mark Miller commented on LUCENE-1418: - You shouldn't be passing null to the queryparse

[jira] Updated: (LUCENE-711) BooleanWeight should size the weights Vector correctly

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-711: --- Attachment: LUCENE-711.patch Its not like its a big savings, but hey, it makes sense. Updated patch t

[jira] Resolved: (LUCENE-996) Parsing mixed inclusive/exclusive range queries

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved LUCENE-996. Resolution: Fixed Fix Version/s: 2.9 > Parsing mixed inclusive/exclusive range queries > ---

[jira] Reopened: (LUCENE-996) Parsing mixed inclusive/exclusive range queries

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reopened LUCENE-996: Needs the queryparser piece still. That patch looks a little noisy, but I'll take a crack at it. > Pa

[jira] Updated: (LUCENE-996) Parsing mixed inclusive/exclusive range queries

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-996: --- Attachment: LUCENE-996.patch Bit of a pain catching everything that was slightly off, but I think we

[jira] Commented: (LUCENE-329) Fuzzy query scoring issues

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647168#action_12647168 ] Mark Miller commented on LUCENE-329: Any consensus on this? We have the disableCoord an

[jira] Commented: (LUCENE-329) Fuzzy query scoring issues

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647168#action_12647168 ] Mark Miller commented on LUCENE-329: Any consensus on this? We have the disableCoord an

Build failed in Hudson: Lucene-trunk #644

2008-11-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/644/changes Changes: [markrmiller] LUCENE-1389: SimpleSpanFragmenter can create very short fragments [mikemccand] LUCENE-1450: make sure RangeQuery/Filter check all terms in the index when using a Collator -

[jira] Commented: (LUCENE-548) Sort bug using ParallelMultiSearcher

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647170#action_12647170 ] Mark Miller commented on LUCENE-548: It won't work with ParallelMultiSearcher and I agr

[jira] Reopened: (LUCENE-1424) Change all multi-term querys so that they extend MultiTermQuery and allow for a constant score mode

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reopened LUCENE-1424: - Assignee: (was: Michael Busch) > Change all multi-term querys so that they extend MultiTer

[jira] Updated: (LUCENE-502) TermScorer caches values unnecessarily

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-502: --- Attachment: LUCENE-503.patch Are we interested in this optimization? Here is an attempted patch. T

[jira] Updated: (LUCENE-502) TermScorer caches values unnecessarily

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-502: --- Attachment: LUCENE-502.patch > TermScorer caches values unnecessarily > -

[jira] Updated: (LUCENE-502) TermScorer caches values unnecessarily

2008-11-12 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-502: --- Attachment: (was: LUCENE-503.patch) > TermScorer caches values unnecessarily > --

[jira] Commented: (LUCENE-329) Fuzzy query scoring issues

2008-11-12 Thread Alexey Lef (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647175#action_12647175 ] Alexey Lef commented on LUCENE-329: --- I've been using DisjunctionMaxQuery for term expansi

[jira] Commented: (LUCENE-329) Fuzzy query scoring issues

2008-11-12 Thread Alexey Lef (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647175#action_12647175 ] Alexey Lef commented on LUCENE-329: --- I've been using DisjunctionMaxQuery for term expansi

[jira] Resolved: (LUCENE-548) Sort bug using ParallelMultiSearcher

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic resolved LUCENE-548. - Resolution: Won't Fix I agree, doesn't seem worth fixing. Explicit STRING is recommended

[jira] Resolved: (LUCENE-711) BooleanWeight should size the weights Vector correctly

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic resolved LUCENE-711. - Resolution: Fixed Assignee: Otis Gospodnetic Sendingsrc/java/org/apache/luc

[jira] Commented: (LUCENE-524) Current implementation of fuzzy and wildcard queries inappropriately implemented as Boolean query rewrites

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647181#action_12647181 ] Otis Gospodnetic commented on LUCENE-524: - Based on the description, yes. Doesn't

[jira] Commented: (LUCENE-38) RangeQuery without lower term and inclusive=false skips blank fields

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647185#action_12647185 ] Otis Gospodnetic commented on LUCENE-38: This thing is 6+ years old and I don't reca

[jira] Commented: (LUCENE-38) RangeQuery without lower term and inclusive=false skips blank fields

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647185#action_12647185 ] Otis Gospodnetic commented on LUCENE-38: This thing is 6+ years old and I don't reca

[jira] Resolved: (LUCENE-1180) Syns2Index fails

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic resolved LUCENE-1180. -- Resolution: Fixed It looks like Mike fixed this 2 months ago: r694222 | mikemccand |

[jira] Resolved: (LUCENE-896) Let users set Similarity for MoreLikeThis

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic resolved LUCENE-896. - Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch Available, Ne

[jira] Updated: (LUCENE-1272) Support for boost factor in MoreLikeThis

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated LUCENE-1272: - Priority: Minor (was: Major) Lucene Fields: [New, Patch Available] (was: [Patc