[jira] Updated: (LUCENE-2154) Need a clean way for Dir/MultiReader to "merge" the AttributeSources of the sub-readers

2010-02-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2154: -- Attachment: LUCENE-2154-javassist.patch LUCENE-2154-cglib.patch Here the last

[jira] Assigned: (LUCENE-2261) configurable MultiTermQuery TopTermsScoringBooleanRewrite pq size

2010-02-12 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-2261: --- Assignee: Robert Muir > configurable MultiTermQuery TopTermsScoringBooleanRewrite pq s

[jira] Commented: (LUCENE-2261) configurable MultiTermQuery TopTermsScoringBooleanRewrite pq size

2010-02-12 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833110#action_12833110 ] Robert Muir commented on LUCENE-2261: - bq. Looks good when gaining a first insigh

[jira] Updated: (LUCENE-2154) Need a clean way for Dir/MultiReader to "merge" the AttributeSources of the sub-readers

2010-02-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2154: -- Attachment: (was: LUCENE-2154-javassist.patch) > Need a clean way for Dir/MultiReader

[jira] Updated: (LUCENE-2154) Need a clean way for Dir/MultiReader to "merge" the AttributeSources of the sub-readers

2010-02-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2154: -- Attachment: LUCENE-2154-javassist.patch Better patch without classloader problems. > Nee

[jira] Commented: (LUCENE-2261) configurable MultiTermQuery TopTermsScoringBooleanRewrite pq size

2010-02-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833181#action_12833181 ] Uwe Schindler commented on LUCENE-2261: --- Hi Robert, patch looks good, all t

[jira] Updated: (LUCENE-2154) Need a clean way for Dir/MultiReader to "merge" the AttributeSources of the sub-readers

2010-02-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2154: -- Attachment: LUCENE-2154-javassist.patch More cool, less casts, more speed. > Need a cl

[jira] Updated: (LUCENE-2144) InstantiatedIndexReader does not handle #termDocs(null) correct (AllTermDocs)

2010-02-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2144: -- Fix Version/s: 2.9.2 merge back also to 2.9.2 > InstantiatedIndexReader does not han

[jira] Updated: (LUCENE-2165) SnowballAnalyzer lacks a constructor that takes a Set of Stop Words

2010-02-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2165: -- Fix Version/s: 2.9.2 backport > SnowballAnalyzer lacks a constructor that takes a Set

[jira] Assigned: (LUCENE-1941) MinPayloadFunction returns 0 when only one payload is present

2010-02-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-1941: - Assignee: Uwe Schindler > MinPayloadFunction returns 0 when only one payload is pres

[jira] Updated: (LUCENE-2261) configurable MultiTermQuery TopTermsScoringBooleanRewrite pq size

2010-02-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2261: Attachment: LUCENE-2261.patch bq. There is only one thing unrelated to that issue: It makes no

[jira] Commented: (LUCENE-2261) configurable MultiTermQuery TopTermsScoringBooleanRewrite pq size

2010-02-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833415#action_12833415 ] Robert Muir commented on LUCENE-2261: - will commit this in a day or two if no

[jira] Created: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Robert Muir (JIRA)
QueryParser should now allow leading '?' wildcards -- Key: LUCENE-2262 URL: https://issues.apache.org/jira/browse/LUCENE-2262 Project: Lucene - Java Issue Type: I

[jira] Updated: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2262: Attachment: LUCENE-2262.patch initial patch: * doesnt throw the exception for leading ? when

[jira] Updated: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2262: Attachment: LUCENE-2262_backwards.patch patch for the backwards tests (not the best I admit, but

[jira] Created: (LUCENE-2263) Deadlock with FSIndexInput and SegmentReader

2010-02-13 Thread Antonio Martinez (JIRA)
Deadlock with FSIndexInput and SegmentReader - Key: LUCENE-2263 URL: https://issues.apache.org/jira/browse/LUCENE-2263 Project: Lucene - Java Issue Type: Bug Affects Versions: 2.2

[jira] Updated: (LUCENE-2263) Deadlock with FSIndexInput and SegmentReader

2010-02-13 Thread Antonio Martinez (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Martinez updated LUCENE-2263: - Priority: Blocker (was: Critical) Environment: bash-3.00$ cat /etc/release

[jira] Commented: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833481#action_12833481 ] Yonik Seeley commented on LUCENE-2262: -- It doesn't seem like this type of b

[jira] Commented: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833485#action_12833485 ] Robert Muir commented on LUCENE-2262: - bq. It doesn't seem like this type

[jira] Commented: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833488#action_12833488 ] Robert Muir commented on LUCENE-2262: - btw Yonik, in my opinion disallowing t

[jira] Commented: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833493#action_12833493 ] Yonik Seeley commented on LUCENE-2262: -- bq. yonik, that's not what this

[jira] Updated: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2262: Description: QueryParser currently throws an exception if a wildcard term begins with the

[jira] Commented: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833496#action_12833496 ] Robert Muir commented on LUCENE-2262: - bq. in my opinion disallowing these que

[jira] Issue Comment Edited: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833496#action_12833496 ] Robert Muir edited comment on LUCENE-2262 at 2/14/10 3:5

[jira] Commented: (LUCENE-1941) MinPayloadFunction returns 0 when only one payload is present

2010-02-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833551#action_12833551 ] Uwe Schindler commented on LUCENE-1941: --- As there is no real test available

[jira] Commented: (LUCENE-1941) MinPayloadFunction returns 0 when only one payload is present

2010-02-14 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833552#action_12833552 ] Erik Hatcher commented on LUCENE-1941: -- Uwe - patch looks good. Go fo

[jira] Commented: (LUCENE-2263) Deadlock with FSIndexInput and SegmentReader

2010-02-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833558#action_12833558 ] Michael McCandless commented on LUCENE-2263: I added a comment on JCR-

[jira] Created: (LUCENE-2264) Add missing tests for PayloadXxxQuery

2010-02-14 Thread Uwe Schindler (JIRA)
Add missing tests for PayloadXxxQuery - Key: LUCENE-2264 URL: https://issues.apache.org/jira/browse/LUCENE-2264 Project: Lucene - Java Issue Type: Test Components: Search Reporter

[jira] Commented: (LUCENE-1941) MinPayloadFunction returns 0 when only one payload is present

2010-02-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833564#action_12833564 ] Uwe Schindler commented on LUCENE-1941: --- I created LUCENE-2264 for the tests

[jira] Issue Comment Edited: (LUCENE-1941) MinPayloadFunction returns 0 when only one payload is present

2010-02-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833564#action_12833564 ] Uwe Schindler edited comment on LUCENE-1941 at 2/14/10 12:5

[jira] Updated: (LUCENE-1941) MinPayloadFunction returns 0 when only one payload is present

2010-02-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1941: -- Attachment: LUCENE-1941.patch Patch with CHANGES.txt in the new 3.0.1/2.9.2 section of

[jira] Created: (LUCENE-2265) improve automaton performance by running on byte[]

2010-02-14 Thread Robert Muir (JIRA)
improve automaton performance by running on byte[] -- Key: LUCENE-2265 URL: https://issues.apache.org/jira/browse/LUCENE-2265 Project: Lucene - Java Issue Type: Improvement

[jira] Updated: (LUCENE-2265) improve automaton performance by running on byte[]

2010-02-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2265: Attachment: LUCENE-2265.patch attached is a patch. at most it only improves performance around 10

[jira] Commented: (LUCENE-2265) improve automaton performance by running on byte[]

2010-02-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833580#action_12833580 ] Robert Muir commented on LUCENE-2265: - I tested this with Hindi text as well

[jira] Resolved: (LUCENE-1941) MinPayloadFunction returns 0 when only one payload is present

2010-02-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-1941. --- Resolution: Fixed Committed trunk revision: 910034 Committed 3.0 branch revision: 910037

[jira] Created: (LUCENE-2266) problem with edgengramtokenfilter and highlighter

2010-02-14 Thread Joe Calderon (JIRA)
problem with edgengramtokenfilter and highlighter - Key: LUCENE-2266 URL: https://issues.apache.org/jira/browse/LUCENE-2266 Project: Lucene - Java Issue Type: Bug Components: contrib

[jira] Updated: (LUCENE-2266) problem with edgengramtokenfilter and highlighter

2010-02-14 Thread Joe Calderon (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Calderon updated LUCENE-2266: - Attachment: LUCENE-2266.patch > problem with edgengramtokenfilter and highligh

[jira] Commented: (LUCENE-2266) problem with edgengramtokenfilter and highlighter

2010-02-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833614#action_12833614 ] Robert Muir commented on LUCENE-2266: - Hi Joe, your patch looks correct to me, th

[jira] Assigned: (LUCENE-2266) problem with edgengramtokenfilter and highlighter

2010-02-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-2266: --- Assignee: Robert Muir > problem with edgengramtokenfilter and highligh

[jira] Updated: (LUCENE-2266) problem with edgengramtokenfilter and highlighter

2010-02-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2266: Attachment: LUCENE-2266.patch the same bug existed in both filters, and the tests for both

[jira] Commented: (LUCENE-2266) problem with edgengramtokenfilter and highlighter

2010-02-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833626#action_12833626 ] Uwe Schindler commented on LUCENE-2266: --- As this patch is really simple, I hav

[jira] Updated: (LUCENE-2266) problem with edgengramtokenfilter and highlighter

2010-02-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2266: -- Fix Version/s: 3.1 3.0.1 2.9.2 > problem w

[jira] Resolved: (LUCENE-2266) problem with edgengramtokenfilter and highlighter

2010-02-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2266. --- Resolution: Fixed Committed trunk revision: 910078 Committed 3.0 revision: 910080 Committed

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2089: -- Affects Version/s: Flex Branch Fix Version/s: Flex Branch > explore using automa

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

2010-02-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833812#action_12833812 ] Robert Muir commented on LUCENE-329: in my opinion this is now fixable in a very

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

2010-02-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833812#action_12833812 ] Robert Muir commented on LUCENE-329: in my opinion this is now fixable in a very

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

2010-02-15 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833822#action_12833822 ] Mark Harwood commented on LUCENE-329: - The problem with ignoring IDF completel

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

2010-02-15 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833822#action_12833822 ] Mark Harwood commented on LUCENE-329: - The problem with ignoring IDF completel

[jira] Commented: (LUCENE-1720) TimeLimitedIndexReader and associated utility class

2010-02-15 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833827#action_12833827 ] Shai Erera commented on LUCENE-1720: Ok, it looks like ConcurrentHashMap canno

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

2010-02-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833828#action_12833828 ] Robert Muir commented on LUCENE-329: bq. The problem with ignoring IDF completel

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

2010-02-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833828#action_12833828 ] Robert Muir commented on LUCENE-329: bq. The problem with ignoring IDF completel

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

2010-02-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-329: --- Attachment: LUCENE-329.patch here is a rough patch > Fuzzy query scoring iss

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

2010-02-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-329: --- Attachment: LUCENE-329.patch here is a rough patch > Fuzzy query scoring iss

[jira] Commented: (LUCENE-1720) TimeLimitedIndexReader and associated utility class

2010-02-15 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833833#action_12833833 ] Mark Harwood commented on LUCENE-1720: -- bq. Anyway, I'm putting that asid

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

2010-02-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833835#action_12833835 ] Robert Muir commented on LUCENE-329: bq. I'm probably more interested in

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

2010-02-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833835#action_12833835 ] Robert Muir commented on LUCENE-329: bq. I'm probably more interested in

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

2010-02-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-329: Assignee: (was: Lucene Developers) > Fuzzy query scoring iss

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

2010-02-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-329: Assignee: (was: Lucene Developers) > Fuzzy query scoring iss

[jira] Assigned: (LUCENE-124) Fuzzy Searches do not get a boost of 0.2 as stated in "Query Syntax" doc

2010-02-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-124: Assignee: (was: Lucene Developers) > Fuzzy Searches do not get a boost of 0.2

[jira] Commented: (LUCENE-1720) TimeLimitedIndexReader and associated utility class

2010-02-15 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833838#action_12833838 ] Shai Erera commented on LUCENE-1720: Hmm ... I've added the method abov

[jira] Assigned: (LUCENE-124) Fuzzy Searches do not get a boost of 0.2 as stated in "Query Syntax" doc

2010-02-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-124: Assignee: (was: Lucene Developers) > Fuzzy Searches do not get a boost of 0.2

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

2010-02-15 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833840#action_12833840 ] Mark Harwood commented on LUCENE-329: - My "best-practice" suggestion i

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

2010-02-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833841#action_12833841 ] Robert Muir commented on LUCENE-329: bq. My "best-practice" suggestion i

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

2010-02-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-329: --- Attachment: (was: LUCENE-329.patch) > Fuzzy query scoring iss

[jira] Commented: (LUCENE-1720) TimeLimitedIndexReader and associated utility class

2010-02-15 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833845#action_12833845 ] Shai Erera commented on LUCENE-1720: bq. most reader-wrappers would use this

[jira] Updated: (LUCENE-124) Fuzzy Searches do not get a boost of 0.2 as stated in "Query Syntax" doc

2010-02-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-124: --- Attachment: LUCENE-124.patch Here is a patch, with a test for the issue. This patch adds

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

2010-02-15 Thread Eks Dev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833860#action_12833860 ] Eks Dev commented on LUCENE-329: {quote} query for John~ Patitucci~ I'm prob

[jira] Commented: (LUCENE-1720) TimeLimitedIndexReader and associated utility class

2010-02-15 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833863#action_12833863 ] Mark Harwood commented on LUCENE-1720: -- bq. BTW found and fixed a bu

[jira] Assigned: (LUCENE-124) Fuzzy Searches do not get a boost of 0.2 as stated in "Query Syntax" doc

2010-02-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-124: -- Assignee: Robert Muir > Fuzzy Searches do not get a boost of 0.2 as stated in "Quer

[jira] Commented: (LUCENE-124) Fuzzy Searches do not get a boost of 0.2 as stated in "Query Syntax" doc

2010-02-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833865#action_12833865 ] Robert Muir commented on LUCENE-124: I will wait till after the code freeze and co

[jira] Commented: (LUCENE-1720) TimeLimitedIndexReader and associated utility class

2010-02-15 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833867#action_12833867 ] Shai Erera commented on LUCENE-1720: bq. Would that be abstract? ... I've

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-02-15 Thread Renaud Delbru (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833872#action_12833872 ] Renaud Delbru commented on LUCENE-1410: --- When performing some tests on PFOR, I

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

2010-02-15 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833876#action_12833876 ] Mark Harwood commented on LUCENE-329: - bq. consider simpler case OK - but we nee

[jira] Commented: (LUCENE-124) Fuzzy Searches do not get a boost of 0.2 as stated in "Query Syntax" doc

2010-02-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833885#action_12833885 ] Robert Muir commented on LUCENE-124: uwe pointed out to me, i think there is a na

[jira] Updated: (LUCENE-1720) TimeLimitedIndexReader and associated utility class

2010-02-15 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1720: --- Attachment: LUCENE-1720.patch Added patch contains, above all previous things: * Changes to

[jira] Issue Comment Edited: (LUCENE-329) Fuzzy query scoring issues

2010-02-15 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833876#action_12833876 ] Mark Harwood edited comment on LUCENE-329 at 2/15/10 5:0

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-02-15 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833895#action_12833895 ] Paul Elschot commented on LUCENE-1410: -- That might indeed be a bug. In general

[jira] Commented: (LUCENE-1720) TimeLimitedIndexReader and associated utility class

2010-02-15 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833902#action_12833902 ] Mark Harwood commented on LUCENE-1720: -- bq. Mark, the only thing that remains i

[jira] Updated: (LUCENE-1720) TimeLimitedIndexReader and associated utility class

2010-02-15 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1720: --- Attachment: LUCENE-1720.patch * Added some Javadocs in FilterIndexReader * Changed the exception

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-02-15 Thread Renaud Delbru (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833922#action_12833922 ] Renaud Delbru commented on LUCENE-1410: --- {quote} In general

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-02-15 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833952#action_12833952 ] Paul Elschot commented on LUCENE-1410: -- bq. Why not just computing the index (in

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089.patch here is a more fleshed out patch (rough but all tests pass

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089.patch updated patch: * the proxy is a TermsEnum not a FilteredTermsEnum

[jira] Commented: (LUCENE-124) Fuzzy Searches do not get a boost of 0.2 as stated in "Query Syntax" doc

2010-02-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834163#action_12834163 ] Uwe Schindler commented on LUCENE-124: -- bq. I will wait till after the code fr

[jira] Commented: (LUCENE-1452) Binary field content lost during optimize

2010-02-16 Thread Razan Abbass (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834283#action_12834283 ] Razan Abbass commented on LUCENE-1452: -- [buy cheap tramadol|

[jira] Updated: (LUCENE-1452) Binary field content lost during optimize

2010-02-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated LUCENE-1452: - Comment: was deleted (was: [buy cheap tramadol|http://ptl.sys.virginia.edu/@api/deki/files/257

[jira] Commented: (LUCENE-124) Fuzzy Searches do not get a boost of 0.2 as stated in "Query Syntax" doc

2010-02-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834376#action_12834376 ] Robert Muir commented on LUCENE-124: bq. The code freeze only affects branches. T

[jira] Commented: (LUCENE-2091) Add BM25 Scoring to Lucene

2010-02-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834421#action_12834421 ] Robert Muir commented on LUCENE-2091: - Joaquin, have you seen this paper:

[jira] Issue Comment Edited: (LUCENE-2091) Add BM25 Scoring to Lucene

2010-02-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834421#action_12834421 ] Robert Muir edited comment on LUCENE-2091 at 2/16/10 8:0

[jira] Commented: (LUCENE-1224) NGramTokenFilter creates bad TokenStream

2010-02-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834471#action_12834471 ] Robert Muir commented on LUCENE-1224: - I too think its really important we fix

[jira] Commented: (LUCENE-1761) low level Field metadata is never removed from index

2010-02-16 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834567#action_12834567 ] Lance Norskog commented on LUCENE-1761: --- Does this cause any performance

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089.patch updated patch: * when the user supplies a constant prefix, it is

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089_concat.patch this is the patch to improve BasicOperations.concatenate. If

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Lucene Fields: [New, Patch Available] (was: [New]) Issue Type: Improvement (was: Wish

[jira] Commented: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834676#action_12834676 ] Uwe Schindler commented on LUCENE-2089: --- bq. this is the patch to imp

[jira] Commented: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834695#action_12834695 ] Uwe Schindler commented on LUCENE-2089: --- Hi Robert, I reviewed you latest patch

[jira] Commented: (LUCENE-1761) low level Field metadata is never removed from index

2010-02-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834730#action_12834730 ] Michael McCandless commented on LUCENE-1761: I don't think there wil

[jira] Commented: (LUCENE-2089) explore using automaton for fuzzyquery

2010-02-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834732#action_12834732 ] Robert Muir commented on LUCENE-2089: - bq. The question is now, is this extra pr

[jira] Commented: (LUCENE-1720) TimeLimitedIndexReader and associated utility class

2010-02-17 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834801#action_12834801 ] Shai Erera commented on LUCENE-1720: How do we proceed from here? Is the

[jira] Commented: (LUCENE-1720) TimeLimitedIndexReader and associated utility class

2010-02-17 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834819#action_12834819 ] Mark Harwood commented on LUCENE-1720: -- bq. How do we proceed from here? Is the

<    5   6   7   8   9   10   11   12   13   14   >