[jira] [Commented] (LUCENE-3206) FST package API refactoring

2011-06-19 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051658#comment-13051658 ] Dawid Weiss commented on LUCENE-3206: - I confirmed the above, out of sheer curiosity,

Jenkins Build for flexscoring branch

2011-06-19 Thread Simon Willnauer
Hey folks, FYI, I created a Jenkins job for the flexscoring branch which runs the test only every 4h. https://builds.apache.org/job/Lucene-Solr-tests-only-flexscoring-branch/ Simon - To unsubscribe, e-mail:

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-19 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051662#comment-13051662 ] Paul Elschot commented on LUCENE-2454: -- With these rewrite and createWeight methods

[jira] [Commented] (LUCENE-2793) Directory createOutput and openInput should take an IOContext

2011-06-19 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051665#comment-13051665 ] Simon Willnauer commented on LUCENE-2793: - hey varun thanks for the new patch,

[JENKINS] Lucene-Solr-tests-only-flexscoring-branch - Build # 1 - Failure

2011-06-19 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-flexscoring-branch/1/ All tests passed Build Log (for compile errors): [...truncated 16751 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For

Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 8901 - Failure

2011-06-19 Thread Michael McCandless
I just committed a fix! The problem was if there was an already-running merge when the optimize is called, we were failing to note the the segment being produced by that merge is eligible for further merging (because it can have carried-over deletes when it finishes, which should also be merged

RE: svn commit: r1137211 - in /lucene/dev/trunk/lucene: ./ contrib/misc/src/java/org/apache/lucene/index/ src/java/org/apache/lucene/index/ src/test-framework/org/apache/lucene/index/ src/test/org/apa

2011-06-19 Thread Uwe Schindler
Just for curiosity: @@ -93,14 +94,16 @@ public class UpgradeIndexMergePolicy ext if (oldSegments.isEmpty()) return null; -MergeSpecification spec = base.findMergesForOptimize(segmentInfos, maxSegmentCount, oldSegments); +MergeSpecification spec =

[jira] [Created] (SOLR-2608) TestReplicationHandler is flakey

2011-06-19 Thread selckin (JIRA)
TestReplicationHandler is flakey Key: SOLR-2608 URL: https://issues.apache.org/jira/browse/SOLR-2608 Project: Solr Issue Type: Bug Reporter: selckin I've been running some while(1) tests on

[jira] [Updated] (LUCENE-2454) Nested Document query support

2011-06-19 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2454: - Attachment: LUCENE-2454.patch Patch of 19 June 2011. In NestedDocumentQuery.java: Added use of

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-19 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051673#comment-13051673 ] Paul Elschot commented on LUCENE-2454: -- The assert on the parent was an

Re: svn commit: r1137211 - in /lucene/dev/trunk/lucene: ./ contrib/misc/src/java/org/apache/lucene/index/ src/java/org/apache/lucene/index/ src/test-framework/org/apache/lucene/index/ src/test/org/apa

2011-06-19 Thread Michael McCandless
Ahh yes, good! I'll fix. Mike McCandless http://blog.mikemccandless.com On Sun, Jun 19, 2011 at 6:39 AM, Uwe Schindler u...@thetaphi.de wrote: Just for curiosity: @@ -93,14 +94,16 @@ public class UpgradeIndexMergePolicy ext      if (oldSegments.isEmpty())        return null; -    

[jira] [Commented] (LUCENE-3206) FST package API refactoring

2011-06-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051684#comment-13051684 ] Michael McCandless commented on LUCENE-3206: OK, these results make sense!

[jira] [Commented] (LUCENE-3206) FST package API refactoring

2011-06-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051688#comment-13051688 ] Uwe Schindler commented on LUCENE-3206: --- Just one question: Is sort order for suppl

Error :dataimport handler is not request Handler, help

2011-06-19 Thread Muhannad
Hi All , I am really stuck in this problem , I am using solr to index some tables in database and I followed these steps to achieve my goal 1- added the following section to solrconfig.xml requestHandler name=/dataimport class=org.apache.solr.handler.dataimport.DataImportHandler

Re: Error :dataimport handler is not request Handler, help

2011-06-19 Thread Bill Bell
Add the jar to your classpath or put in solr/lib From: Muhannad muh.a...@gmail.com Reply-To: dev@lucene.apache.org Date: Sun, 19 Jun 2011 21:00:57 +0300 To: dev@lucene.apache.org Subject: Error :dataimport handler is not request Handler, help Hi All , I am really stuck in this problem , I

Re: Error :dataimport handler is not request Handler, help

2011-06-19 Thread Muhannad
I have added this file apache-solr-dataimporthandler-4.0-SNAPSHOT.jar to class path , but the same error is still On Sun, Jun 19, 2011 at 9:27 PM, Bill Bell billnb...@gmail.com wrote: Add the jar to your classpath or put in solr/lib From: Muhannad muh.a...@gmail.com Reply-To:

[jira] [Updated] (LUCENE-2793) Directory createOutput and openInput should take an IOContext

2011-06-19 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated LUCENE-2793: -- Attachment: LUCENE-2793.patch Made the changes and I get a Build Successful too ! Directory

[jira] [Commented] (LUCENE-3206) FST package API refactoring

2011-06-19 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051725#comment-13051725 ] Dawid Weiss commented on LUCENE-3206: - UTF32 is basically codepoint representation,

[jira] [Commented] (LUCENE-3206) FST package API refactoring

2011-06-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051728#comment-13051728 ] Uwe Schindler commented on LUCENE-3206: --- The term index is sorted by utf8 bytes

Re: Error :dataimport handler is not request Handler, help

2011-06-19 Thread Muhannad
I have tried many things , same problem still , any help? On Sun, Jun 19, 2011 at 9:00 PM, Muhannad muh.a...@gmail.com wrote: Hi All , I am really stuck in this problem , I am using solr to index some tables in database and I followed these steps to achieve my goal 1- added the following

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 8926 - Failure

2011-06-19 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/8926/ 1 tests failed. REGRESSION: org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability Error Message: Error executing query Stack Trace: org.apache.solr.client.solrj.SolrServerException: Error executing query

Re: Error :dataimport handler is not request Handler, help

2011-06-19 Thread Bill Bell
Did you try adding something like this to solrconfig.xml ? lib dir=../../../../dist/ regex=apache-solr-dataimporthandler-.*\.jar / requestHandler name=/dataimport class=org.apache.solr.handler.dataimport.DataImportHandler lst name=defaults str name=configdb-data-config.xml/str

[jira] [Commented] (SOLR-2524) Adding grouping to Solr 3x

2011-06-19 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051747#comment-13051747 ] Bill Bell commented on SOLR-2524: - Question: Does this support the option of getting facet

[jira] [Commented] (SOLR-219) Determine if prefix, wildcard, fuzzy queries should be lowercased

2011-06-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051752#comment-13051752 ] Robert Muir commented on SOLR-219: -- Mike I don't totally understand the question: in

[JENKINS] Lucene-3.x - Build # 413 - Still Failing

2011-06-19 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-3.x/413/ 1 tests failed. FAILED: org.apache.lucene.util.fst.TestFSTs.testBigSet Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at org.apache.lucene.util.IntsRef.copy(IntsRef.java:111) at

[jira] [Created] (SOLR-2609) Coordinate range queries do not work with Spatial Solr

2011-06-19 Thread Zac Smith (JIRA)
Coordinate range queries do not work with Spatial Solr -- Key: SOLR-2609 URL: https://issues.apache.org/jira/browse/SOLR-2609 Project: Solr Issue Type: Bug Components:

[jira] [Created] (LUCENE-3215) SloppyPhraseScorer sometimes computes Infinite freq

2011-06-19 Thread Robert Muir (JIRA)
SloppyPhraseScorer sometimes computes Infinite freq --- Key: LUCENE-3215 URL: https://issues.apache.org/jira/browse/LUCENE-3215 Project: Lucene - Java Issue Type: Bug Reporter:

[jira] [Updated] (LUCENE-3215) SloppyPhraseScorer sometimes computes Infinite freq

2011-06-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3215: Attachment: LUCENE-3215_test.patch test case SloppyPhraseScorer sometimes computes Infinite

[jira] [Commented] (LUCENE-3215) SloppyPhraseScorer sometimes computes Infinite freq

2011-06-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051786#comment-13051786 ] Robert Muir commented on LUCENE-3215: - the problem in this case, is it computes a

[jira] [Commented] (SOLR-219) Determine if prefix, wildcard, fuzzy queries should be lowercased

2011-06-19 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051789#comment-13051789 ] Mike Sokolov commented on SOLR-219: --- Yes, I've implemented anagram querying as you

[jira] [Updated] (LUCENE-3215) SloppyPhraseScorer sometimes computes Infinite freq

2011-06-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3215: Attachment: LUCENE-3215_test.patch those lyrics are entertaining, but here is a more concise

[jira] [Commented] (SOLR-219) Determine if prefix, wildcard, fuzzy queries should be lowercased

2011-06-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051801#comment-13051801 ] Robert Muir commented on SOLR-219: -- {quote} It just seemed to me that there might be new