Re: termInfosIndexDivisor typo in the Solr-UIMA config?

2011-04-12 Thread Tommaso Teofili
Hi Otis, you're right, that can be safely changed to setTermIndexDivisor (note that line's commented so it's just for the matter of consistency I think). Tommaso 2011/4/11 Otis Gospodnetic > Hi, > > I was looking at term index divisor and spotted this: > > .../lucene-solr-3.1$ ffxg -i IndexDivis

[jira] [Commented] (LUCENE-3018) Lucene Native Directory implementation need automated build

2011-04-12 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13018762#comment-13018762 ] Simon Willnauer commented on LUCENE-3018: - Varun, are you getting along here so f

Patch for http_proxy support in solr-ruby client

2011-04-12 Thread Duncan Robertson
Hi, I have a patch for adding http_proxy support to the solr-ruby client. I thought the project was managed via Github, but this turns out not to be the case. It the process the same as for Solr itself? https://github.com/bbcrd/solr-ruby/compare/5b06e66f4e%5E...a76aee983e Best, Duncan http://w

[jira] [Created] (LUCENE-3022) DictionaryCompoundWordTokenFilter Flag onlyLongestMatch has no affect

2011-04-12 Thread JIRA
DictionaryCompoundWordTokenFilter Flag onlyLongestMatch has no affect - Key: LUCENE-3022 URL: https://issues.apache.org/jira/browse/LUCENE-3022 Project: Lucene - Java Issue

Numerical ids for terms?

2011-04-12 Thread Gregor Heinrich
Hi -- has there been any effort to create a numerical representation of Lucene indices. That is, to use the Lucene Directory backend as a large term-document matrix at index level. As this would require bijective mapping between terms (per-field, as customary in Lucene) and a numerical index (in

Re: Numerical ids for terms?

2011-04-12 Thread Earwin Burrfoot
On Tue, Apr 12, 2011 at 13:41, Gregor Heinrich wrote: > Hi -- has there been any effort to create a numerical representation of > Lucene indices. That is, to use the Lucene Directory backend as a large > term-document matrix at index level. As this would require bijective mapping > between terms (

[jira] [Commented] (LUCENE-3017) FST should differentiate between final vs non-final stop nodes

2011-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13018819#comment-13018819 ] Michael McCandless commented on LUCENE-3017: I hear you :) I think Lucene's

[jira] [Created] (LUCENE-3023) Land DWPT on trunk

2011-04-12 Thread Simon Willnauer (JIRA)
Land DWPT on trunk -- Key: LUCENE-3023 URL: https://issues.apache.org/jira/browse/LUCENE-3023 Project: Lucene - Java Issue Type: Task Affects Versions: CSF branch, 4.0 Reporter: Simon Willnauer Fi

[jira] [Assigned] (LUCENE-3023) Land DWPT on trunk

2011-04-12 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-3023: --- Assignee: Simon Willnauer > Land DWPT on trunk > -- > >

[jira] [Resolved] (LUCENE-3021) randomize skipInterval in tests

2011-04-12 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-3021. - Resolution: Fixed Fix Version/s: 4.0 Committed revision 1091408. > randomize skipInterva

[jira] [Created] (LUCENE-3024) If index has more than Integer.MAX_VALUE terms, seeking can it AIOOBE due to long/int overflow

2011-04-12 Thread Michael McCandless (JIRA)
If index has more than Integer.MAX_VALUE terms, seeking can it AIOOBE due to long/int overflow -- Key: LUCENE-3024 URL: https://issues.apache.org/jira/browse/LUCENE-3024

[jira] [Updated] (LUCENE-3024) If index has more than Integer.MAX_VALUE terms, seeking can it AIOOBE due to long/int overflow

2011-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3024: --- Attachment: LUCENE-3024.patch Patch. This differs a bit from the patch I posted to

[jira] [Created] (LUCENE-3025) TestIndexWriterExceptions fails on windows (2)

2011-04-12 Thread Robert Muir (JIRA)
TestIndexWriterExceptions fails on windows (2) -- Key: LUCENE-3025 URL: https://issues.apache.org/jira/browse/LUCENE-3025 Project: Lucene - Java Issue Type: Bug Reporter: Robert Muir

[jira] [Commented] (LUCENE-3025) TestIndexWriterExceptions fails on windows (2)

2011-04-12 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13018849#comment-13018849 ] Robert Muir commented on LUCENE-3025: - junit-sequential: [junit] Testsuite: org.a

[jira] [Commented] (LUCENE-3025) TestIndexWriterExceptions fails on windows (2)

2011-04-12 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13018864#comment-13018864 ] Simon Willnauer commented on LUCENE-3025: - bq. Note: this is a different problem

Re: Numerical ids for terms?

2011-04-12 Thread Gregor Heinrich
Thanks for the quick response. Please be a bit more concrete than "some form" of term--id mapping: Do you refer to subclassing SegmentReader with the appropriate Map implementation or is there a tested structure in the existing API that I've overseen? Regarding a Directory abstraction backed by

[jira] [Resolved] (SOLR-2335) FunctionQParser can't handle fieldnames containing whitespace

2011-04-12 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-2335. Resolution: Fixed Fix Version/s: 4.0 Assignee: Hoss Man Committed revision 1091516. > Func

[jira] [Commented] (LUCENE-3018) Lucene Native Directory implementation need automated build

2011-04-12 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13018951#comment-13018951 ] Varun Thacker commented on LUCENE-3018: --- This is a small ant task I wrote to build

[jira] [Commented] (LUCENE-2956) Support updateDocument() with DWPTs

2011-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13018956#comment-13018956 ] Michael McCandless commented on LUCENE-2956: Patch looks great Simon! Very i

[jira] [Resolved] (LUCENE-3017) FST should differentiate between final vs non-final stop nodes

2011-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-3017. Resolution: Fixed > FST should differentiate between final vs non-final stop nodes

[jira] [Created] (SOLR-2466) CommonsHttpSolrServer will retry a query even if _maxRetries is 0

2011-04-12 Thread JIRA
CommonsHttpSolrServer will retry a query even if _maxRetries is 0 - Key: SOLR-2466 URL: https://issues.apache.org/jira/browse/SOLR-2466 Project: Solr Issue Type: Bug C

[jira] [Commented] (LUCENE-3024) If index has more than Integer.MAX_VALUE terms, seeking can it AIOOBE due to long/int overflow

2011-04-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019003#comment-13019003 ] Michael McCandless commented on LUCENE-3024: Fixed in 3.2, 4.0. I'm leaving

[jira] [Commented] (LUCENE-2956) Support updateDocument() with DWPTs

2011-04-12 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019019#comment-13019019 ] Michael Busch commented on LUCENE-2956: --- Cool patch! :) Though it worries me a litt

[jira] [Commented] (SOLR-2466) CommonsHttpSolrServer will retry a query even if _maxRetries is 0

2011-04-12 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019021#comment-13019021 ] Yonik Seeley commented on SOLR-2466: Hmmm, that's interesting. Does anyone know why we

[jira] [Commented] (SOLR-2466) CommonsHttpSolrServer will retry a query even if _maxRetries is 0

2011-04-12 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019028#comment-13019028 ] Tomás Fernández Löbbe commented on SOLR-2466: - Not sure why Solr does it on Com

[jira] [Commented] (SOLR-2466) CommonsHttpSolrServer will retry a query even if _maxRetries is 0

2011-04-12 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019030#comment-13019030 ] Hoss Man commented on SOLR-2466: I haven't checked hte code but if i remember correctly (fr

An IDF variation with penalty for very rare terms

2011-04-12 Thread Earwin Burrfoot
Excuse me for somewhat of an offtopic, but have anybody ever seen/used -subj- ? Something that looks like like http://dl.dropbox.com/u/920413/IDFplusplus.png Traditional log(N/x) tail, but when nearing zero freq, instead of going to +inf you do a nice round bump (with controlled height/location/sha

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 7045 - Failure

2011-04-12 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/7045/ 1 tests failed. REGRESSION: org.apache.solr.cloud.CloudStateUpdateTest.testCoreRegistration Error Message: null Stack Trace: junit.framework.AssertionFailedError: at org.apache.lucene.util.LuceneTestCase$Lu

[jira] [Updated] (SOLR-1566) Allow components to add fields to outgoing documents

2011-04-12 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-1566: -- Attachment: SOLR-1566-PageTool.patch Also encountered the Velocity bug. Fixed it by patching PageTool (a

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 7051 - Failure

2011-04-12 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/7051/ 9 tests failed. REGRESSION: org.apache.solr.cloud.CloudStateUpdateTest.testCoreRegistration Error Message: null Stack Trace: org.apache.solr.common.cloud.ZooKeeperException: at org.apache.solr.cloud.ZkContro

[HUDSON] Lucene-trunk - Build # 1528 - Still Failing

2011-04-12 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-trunk/1528/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestNRTThreads.testNRTThreads Error Message: Some threads threw uncaught exceptions! Stack Trace: junit.framework.AssertionFailedError: Some threads threw uncaught exceptions!

[HUDSON] Lucene-Solr-tests-only-3.x - Build # 7043 - Failure

2011-04-12 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/7043/ 1 tests failed. REGRESSION: org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability Error Message: No live SolrServers available to handle this request Stack Trace: org.apache.solr.client.solrj.SolrServerExce

Re: Patch for http_proxy support in solr-ruby client

2011-04-12 Thread Otis Gospodnetic
Hi, Hm, maybe you are asking where solr-ruby actually lives and is being developed? I'm not sure. I see it under solr/client/ruby/solr-ruby (no new development in ages?), but I also see an *active* solr-ruby fork over on https://github.com/bbcrd/solr-ruby . So if you want to contribute to solr