[jira] Commented: (LUCENE-1524) True reverse sorting

2009-01-26 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667175#action_12667175 ] Earwin Burrfoot commented on LUCENE-1524: - If you're not using a deterministic tie

[jira] Updated: (LUCENE-1528) Add support for Ideographic Space to the queryparser - also know as fullwith space and wide-space

2009-01-26 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luis Alves updated LUCENE-1528: --- Attachment: lucene_wide_space_v1_src.patch LUCENE-1528 - Add support for Ideographic Space to the qu

[jira] Assigned: (LUCENE-1528) Add support for Ideographic Space to the queryparser - also know as fullwith space and wide-space

2009-01-26 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch reassigned LUCENE-1528: - Assignee: Michael Busch > Add support for Ideographic Space to the queryparser - also kn

Re: Where to download package org.apache.lucene.search.trie

2009-01-26 Thread Michael McCandless
Moving thread to java-dev... Uwe Schindler wrote: You can use the artifact from Hudson as Mike told, but the JAR file is not compatible with Lucene 2.4 (because a new SortField constructor for sorting against trie encoded fields and the new Superinterface FieldCache.Parser leading to Cla

RE: Where to download package org.apache.lucene.search.trie

2009-01-26 Thread Uwe Schindler
Hi Mike, That's no problem. O.a.l.search.trie is a new package and depends on new features in trunk lucene. You can plug in the jar and it works with older code. The problem here is, that the package trie is compiled against new lucene 2.9 features like the new SortField constructors. Because of t

RE: Where to download package org.apache.lucene.search.trie

2009-01-26 Thread Uwe Schindler
Hi Mike, here is why it fails exactly: If you drop contrib-queries.jar along with lucene-core-2.4.jar into your application and you try to use the new TrieUtils, it fails because of two things: a) The new constructor of SortField(., FieldCache.Parser parser) is not available in 2.4 -> MethodN

Re: Where to download package org.apache.lucene.search.trie

2009-01-26 Thread Michael McCandless
Ahh OK good. I misunderstood, thinking that existing apps (based on Lucene 2.4) would break if they dropped in the trunk JAR. Requiring the trunk lucene JAR to play with the trunk trie is completely fine. I'll open an issue to strengthen our back-compat tests to do "JAR drop- in" test.

[jira] Created: (LUCENE-1529) back-compat tests ("ant test-tag") should test JAR drop-in-ability

2009-01-26 Thread Michael McCandless (JIRA)
back-compat tests ("ant test-tag") should test JAR drop-in-ability -- Key: LUCENE-1529 URL: https://issues.apache.org/jira/browse/LUCENE-1529 Project: Lucene - Java Issue Type:

[jira] Commented: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-01-26 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667326#action_12667326 ] Doug Cutting commented on LUCENE-1483: -- > In principle, the MultiSearcher is obsolete

[jira] Commented: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-01-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667344#action_12667344 ] Uwe Schindler commented on LUCENE-1483: --- Good comment, you are right! I forget the r

[jira] Updated: (LUCENE-1314) IndexReader.clone

2009-01-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1314: --- Attachment: LUCENE-1314.patch OK, new patch. I think it's ready to commit! I'll wa

[jira] Created: (LUCENE-1530) Support inclusive/exclusive for TrieRangeQuery/-Filter

2009-01-26 Thread Uwe Schindler (JIRA)
Support inclusive/exclusive for TrieRangeQuery/-Filter -- Key: LUCENE-1530 URL: https://issues.apache.org/jira/browse/LUCENE-1530 Project: Lucene - Java Issue Type: New Feature Co

[jira] Commented: (LUCENE-1507) adding EmptyDocIdSet/Iterator

2009-01-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667496#action_12667496 ] Uwe Schindler commented on LUCENE-1507: --- I like this, it would be good to make memor

[jira] Updated: (LUCENE-1530) Support inclusive/exclusive for TrieRangeQuery/-Filter

2009-01-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1530: -- Attachment: LUCENE-1530.patch The patch. If nobody complains and the removal of not yet releas

[jira] Updated: (LUCENE-1530) Support inclusive/exclusive for TrieRangeQuery/-Filter

2009-01-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1530: -- Attachment: LUCENE-1530.patch Another patch. This maybe a new issue, but it is simplier to do

[jira] Commented: (LUCENE-1507) adding EmptyDocIdSet/Iterator

2009-01-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667523#action_12667523 ] Yonik Seeley commented on LUCENE-1507: -- Instead of adding another class, couldn't an

[jira] Updated: (LUCENE-1530) Support inclusive/exclusive for TrieRangeQuery/-Filter, remove default trie variant setters/getters

2009-01-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1530: -- Summary: Support inclusive/exclusive for TrieRangeQuery/-Filter, remove default trie variant s

[jira] Commented: (LUCENE-1507) adding EmptyDocIdSet/Iterator

2009-01-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667524#action_12667524 ] Uwe Schindler commented on LUCENE-1507: --- Cool idea, I can do this in TrieRangeQuery

[jira] Commented: (LUCENE-1489) highlighter problem with n-gram tokens

2009-01-26 Thread Chris Harris (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667469#action_12667469 ] Chris Harris commented on LUCENE-1489: -- As I mentioned on the Solr list, I've discove

[jira] Commented: (LUCENE-1528) Add support for Ideographic Space to the queryparser - also know as fullwith space and wide-space

2009-01-26 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667538#action_12667538 ] Michael Busch commented on LUCENE-1528: --- Looks good, Luis! I was just wondering if

RE: RE: Hudson Java Docs?

2009-01-26 Thread Chris Hostetter
: > I think, the outdated docs should be removed from the server to also : > disappear from search engines. : : +1 that may be easier said then done. Each build is done in a clean workspace, and then a config option in hudson tells it what to copy to the "main" javadoc URL... http://hudson.zo

[jira] Commented: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-01-26 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667553#action_12667553 ] Jason Rutherglen commented on LUCENE-1483: -- {quote} Uwe: "An improvement of the c

[jira] Commented: (LUCENE-1494) Additional features for searching for value across multiple fields (many-to-one style)

2009-01-26 Thread Paul Cowan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667573#action_12667573 ] Paul Cowan commented on LUCENE-1494: Hoss, I think you're right. I think the MaskField

[jira] Issue Comment Edited: (LUCENE-1494) Additional features for searching for value across multiple fields (many-to-one style)

2009-01-26 Thread Paul Cowan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667573#action_12667573 ] pcowan edited comment on LUCENE-1494 at 1/26/09 7:16 PM: - Hoss

Re: Hudson Java Docs?

2009-01-26 Thread Doug Cutting
Chris Hostetter wrote: : > I think, the outdated docs should be removed from the server to also : > disappear from search engines. We do not want unofficial builds to be indexed by search engines anyway. Folks who're searching for information about Lucene should not be referred to unreleased

Re: Hudson Java Docs?

2009-01-26 Thread Doug Cutting
Doug Cutting wrote: We should add a robots.txt for Hudson that prohibits crawling, no? At my request, Nigel just added one. Doug - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail