Re: Build failed in Hudson: Lucene-trunk #1187

2010-05-13 Thread Robert Muir
the problem is a logic bug (e.g. i have no clue how to really fix except to switch over to a UTF-8 sort order). in converting automaton to utf-8/32, and trying to emulate the utf-16 term dictionary order, the byte transition ranges (although sorted in utf-16 order) are themselves in utf-8/32 order

RE: Build failed in Hudson: Lucene-trunk #1187

2010-05-13 Thread Uwe Schindler
A new failure: [junit] Testsuite: org.apache.lucene.search.TestRegexpRandom2 [junit] Testcase: testRegexps(org.apache.lucene.search.TestRegexpRandom2): FAILED [junit] state=-1 [junit] junit.framework.AssertionFailedError: state=-1 [junit] at org.apache.lucene.search.Auto

[jira] Commented: (LUCENE-1585) Allow to control how payloads are merged

2010-05-13 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867382#action_12867382 ] Shai Erera commented on LUCENE-1585: bq. Could we also use this for the term bytes its

[jira] Updated: (LUCENE-1585) Allow to control how payloads are merged

2010-05-13 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1585: --- Attachment: LUCENE-1585_trunk.patch Good idea Mike ! I've added hasPayloadProcessorProvider to Merg

Build failed in Hudson: Lucene-trunk #1187

2010-05-13 Thread Apache Hudson Server
See Changes: [mikemccand] LUCENE-2393: add total TF tracking to HighFreqTerms tool [mikemccand] LUCENE-2459: fix FilterIndexReader to (by default) emulate flex API on top of pre-flex API [mikemccand] LUCENE-2449: fix DBLRU c

Re: Bitwise Operations on Integer Fields in Lucene and Solr Index

2010-05-13 Thread Israel Ekpo
Correction, I meant to list https://issues.apache.org/jira/browse/LUCENE-2460 https://issues.apache.org/jira/browse/SOLR-1913 On Thu, May 13, 2010 at 10:13 PM, Israel Ekpo wrote: > I have created two ISSUES as new features > > https://issues.apache.org/jira/browse/LUCENE-1560 > > https://iss

Re: Bitwise Operations on Integer Fields in Lucene and Solr Index

2010-05-13 Thread Israel Ekpo
I have created two ISSUES as new features https://issues.apache.org/jira/browse/LUCENE-1560 https://issues.apache.org/jira/browse/SOLR-1913 The first one is for the Lucene Filter. The second one is for the Solr QParserPlugin The source code and jar files are attached and the Solr plugin is ava

[jira] Updated: (SOLR-1913) QParserPlugin plugin for Search Results Filtering Based on Bitwise Operations on Integer Fields

2010-05-13 Thread Israel Ekpo (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Israel Ekpo updated SOLR-1913: -- Attachment: SOLR-1913.bitwise.tar.gz bitwise_filter_plugin.jar Attaching JAR file contai

[jira] Created: (SOLR-1913) QParserPlugin plugin for Search Results Filtering Based on Bitwise Operations on Integer Fields

2010-05-13 Thread Israel Ekpo (JIRA)
QParserPlugin plugin for Search Results Filtering Based on Bitwise Operations on Integer Fields --- Key: SOLR-1913 URL: https://issues.apache.org/jira/browse/SOLR-1913

[jira] Updated: (SOLR-1912) Replication handler should offer more useful status messages, especially during fsync/commit/etc.

2010-05-13 Thread Chris Harris (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Harris updated SOLR-1912: --- Attachment: SOLR-1912.patch > Replication handler should offer more useful status messages, especially

[jira] Updated: (LUCENE-2460) Search Results Filtering Based on Bitwise Operations on Integer Fields

2010-05-13 Thread Israel Ekpo (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Israel Ekpo updated LUCENE-2460: Attachment: LUCENE-2460-bitwise.tar.gz Attaching the package containing the BitwiseFilter class >

[jira] Created: (SOLR-1912) Replication handler should offer more useful status messages, especially during fsync/commit/etc.

2010-05-13 Thread Chris Harris (JIRA)
Replication handler should offer more useful status messages, especially during fsync/commit/etc. - Key: SOLR-1912 URL: https://issues.apache.org/jira/browse/SOLR-1912

[jira] Created: (LUCENE-2460) Search Results Filtering Based on Bitwise Operations on Integer Fields

2010-05-13 Thread Israel Ekpo (JIRA)
Search Results Filtering Based on Bitwise Operations on Integer Fields -- Key: LUCENE-2460 URL: https://issues.apache.org/jira/browse/LUCENE-2460 Project: Lucene - Java Issu

Re: Bitwise Operations on Integer Fields in Lucene and Solr Index

2010-05-13 Thread Andrzej Bialecki
On 2010-05-13 23:27, Israel Ekpo wrote: > Hello Lucene and Solr Community > > I have a custom org.apache.lucene.search.Filter that I would like to > contribute to the Lucene and Solr projects. > > So I would need some direction as to how to create and ISSUE or submit a > patch. > > It looks like

Bitwise Operations on Integer Fields in Lucene and Solr Index

2010-05-13 Thread Israel Ekpo
Hello Lucene and Solr Community I have a custom org.apache.lucene.search.Filter that I would like to contribute to the Lucene and Solr projects. So I would need some direction as to how to create and ISSUE or submit a patch. It looks like there have been changes to the way this is done since the

[jira] Commented: (LUCENE-1585) Allow to control how payloads are merged

2010-05-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867260#action_12867260 ] Uwe Schindler commented on LUCENE-1585: --- Just an idea: Could we also use this for th

[jira] Commented: (LUCENE-1585) Allow to control how payloads are merged

2010-05-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867254#action_12867254 ] Michael McCandless commented on LUCENE-1585: Patches look good Shai. One thin

[jira] Updated: (LUCENE-1585) Allow to control how payloads are merged

2010-05-13 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1585: --- Attachment: LUCENE-1585_trunk.patch Update trunk's patch. All tests pass. I plan to commit this tom

[jira] Commented: (SOLR-1900) move Solr to flex APIs

2010-05-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867233#action_12867233 ] Yonik Seeley commented on SOLR-1900: Just committed a fix (r943994) so that getDocSet sk

[jira] Commented: (SOLR-236) Field collapsing

2010-05-13 Thread Sergey Shinderuk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867227#action_12867227 ] Sergey Shinderuk commented on SOLR-236: --- Finally I applied SOLR-236.patch to rev 899572

[jira] Updated: (LUCENE-1585) Allow to control how payloads are merged

2010-05-13 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1585: --- Attachment: LUCENE-1585_3x.patch setPPP moved from IWC to IW. I'll go update the trunk one now. > A

[jira] Commented: (LUCENE-1585) Allow to control how payloads are merged

2010-05-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867208#action_12867208 ] Michael McCandless commented on LUCENE-1585: OK so let's have it as a free set

[jira] Resolved: (LUCENE-2393) Utility to output total term frequency and df from a lucene index

2010-05-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2393. Fix Version/s: 4.0 Resolution: Fixed Thanks Tom! > Utility to output total

[jira] Created: (SOLR-1911) File descriptor leak while indexing, may cause index corruption

2010-05-13 Thread Simon Rosenthal (JIRA)
File descriptor leak while indexing, may cause index corruption --- Key: SOLR-1911 URL: https://issues.apache.org/jira/browse/SOLR-1911 Project: Solr Issue Type: Bug Compo

[jira] Resolved: (LUCENE-2459) FilterIndexReader doesn't work correctly with post-flex SegmentMerger

2010-05-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2459. Fix Version/s: 4.0 Resolution: Fixed Thanks Andrzej! > FilterIndexReader d

[jira] Resolved: (LUCENE-2449) Improve random testing

2010-05-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2449. Resolution: Fixed > Improve random testing > -- > >

[jira] Commented: (LUCENE-2459) FilterIndexReader doesn't work correctly with post-flex SegmentMerger

2010-05-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867165#action_12867165 ] Michael McCandless commented on LUCENE-2459: Thanks Andrzej -- this is indeed

[jira] Commented: (LUCENE-2393) Utility to output total term frequency and df from a lucene index

2010-05-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867164#action_12867164 ] Michael McCandless commented on LUCENE-2393: Patch looks good Tom! I'll re-me

[jira] Updated: (LUCENE-2449) Improve random testing

2010-05-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2449: --- Attachment: LUCENE-2449-3x.patch LUCENE-2449-trunk.txt Patch for tru

[jira] Commented: (LUCENE-2458) queryparser shouldn't generate phrasequeries based on term count

2010-05-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867151#action_12867151 ] Robert Muir commented on LUCENE-2458: - {quote} An attribute that says "these tokens go

[jira] Reopened: (LUCENE-2449) Improve random testing

2010-05-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reopened LUCENE-2449: Assignee: Michael McCandless I didn't quite fix this correctly -- left out the c

[jira] Commented: (LUCENE-2458) queryparser shouldn't generate phrasequeries based on term count

2010-05-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867149#action_12867149 ] Robert Muir commented on LUCENE-2458: - bq. We're conflating high level user syntax and

[jira] Commented: (SOLR-1163) Solr Explorer - A generic GWT client for Solr

2010-05-13 Thread Uri Boness (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867148#action_12867148 ] Uri Boness commented on SOLR-1163: -- @Peter Try removing the trailing slash in the URL (I k

[jira] Commented: (LUCENE-2458) queryparser shouldn't generate phrasequeries based on term count

2010-05-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867147#action_12867147 ] Yonik Seeley commented on LUCENE-2458: -- bq This is why I like the token attr based so

[jira] Commented: (LUCENE-2458) queryparser shouldn't generate phrasequeries based on term count

2010-05-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867143#action_12867143 ] Yonik Seeley commented on LUCENE-2458: -- bq. Instead the queryparser should only form

[jira] Commented: (SOLR-1834) Document level security

2010-05-13 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867135#action_12867135 ] Karl Wright commented on SOLR-1834: --- I've attached what I think to be the correct code to

[jira] Updated: (SOLR-1834) Document level security

2010-05-13 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated SOLR-1834: -- Attachment: SOLR-1834-with-LCF.patch > Document level security > --- > >

[jira] Updated: (LUCENE-2459) FilterIndexReader doesn't work correctly with post-flex SegmentMerger

2010-05-13 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated LUCENE-2459: -- Attachment: LUCENE-2459.patch The test passes with this patch. I'm not completely sure

[jira] Updated: (LUCENE-2459) FilterIndexReader doesn't work correctly with post-flex SegmentMerger

2010-05-13 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated LUCENE-2459: -- Attachment: FIRTest.patch Modified unit test to illustrate the problem. > FilterIndex

[jira] Created: (LUCENE-2459) FilterIndexReader doesn't work correctly with post-flex SegmentMerger

2010-05-13 Thread Andrzej Bialecki (JIRA)
FilterIndexReader doesn't work correctly with post-flex SegmentMerger - Key: LUCENE-2459 URL: https://issues.apache.org/jira/browse/LUCENE-2459 Project: Lucene - Java Issue

[jira] Commented: (LUCENE-2458) queryparser shouldn't generate phrasequeries based on term count

2010-05-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867122#action_12867122 ] Robert Muir commented on LUCENE-2458: - bq. When StandardAnalyzer splits a part-number-

[jira] Commented: (SOLR-236) Field collapsing

2010-05-13 Thread Sergey Shinderuk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867121#action_12867121 ] Sergey Shinderuk commented on SOLR-236: --- @Claus I faced the same issue. Did you find an

[jira] Issue Comment Edited: (LUCENE-2458) queryparser shouldn't generate phrasequeries based on term count

2010-05-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867117#action_12867117 ] Uwe Schindler edited comment on LUCENE-2458 at 5/13/10 7:50 AM:

[jira] Commented: (LUCENE-2458) queryparser shouldn't generate phrasequeries based on term count

2010-05-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867117#action_12867117 ] Uwe Schindler commented on LUCENE-2458: --- Sorry for intervening, I am in the same op

[jira] Commented: (LUCENE-2458) queryparser shouldn't generate phrasequeries based on term count

2010-05-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867112#action_12867112 ] Robert Muir commented on LUCENE-2458: - {quote} This is why I like the token attr based

[jira] Updated: (LUCENE-2450) Explore write-once attr bindings in the analysis chain

2010-05-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2450: --- Attachment: LUCENE-2450.patch New patch attached. This patch adds a new pipeline st

[jira] Commented: (LUCENE-2450) Explore write-once attr bindings in the analysis chain

2010-05-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867104#action_12867104 ] Uwe Schindler commented on LUCENE-2450: --- This sounds interesting, currently i only s

[jira] Closed: (LUCENE-2448) Exception in thread "main" org.apache.lucene.index.CorruptIndexException: Incompatible format version: 2 expected 1 or lower

2010-05-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler closed LUCENE-2448. - Resolution: Invalid This is not a bug. Lucene 3.0 changed the stored fields to no longer suppor

[jira] Commented: (LUCENE-1252) Avoid using positions when not all required terms are present

2010-05-13 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867094#action_12867094 ] Paul Elschot commented on LUCENE-1252: -- LUCENE-2410 has solved this partially for Phr

[jira] Commented: (LUCENE-2458) queryparser shouldn't generate phrasequeries based on term count

2010-05-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867093#action_12867093 ] Michael McCandless commented on LUCENE-2458: I'd like a solution that lets us

[jira] Commented: (LUCENE-2239) Revise NIOFSDirectory and its usage due to NIO limitations on Thread.interrupt

2010-05-13 Thread Martin Blech (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867087#action_12867087 ] Martin Blech commented on LUCENE-2239: -- It is causing an issue in a JAX-RS applicatio

[jira] Commented: (SOLR-1163) Solr Explorer - A generic GWT client for Solr

2010-05-13 Thread Peter Sturge (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867080#action_12867080 ] Peter Sturge commented on SOLR-1163: Hi Uri, The configuration for url connections in {

Hudson build is back to normal : Lucene-3.x #10

2010-05-13 Thread Apache Hudson Server
See - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org