[jira] Commented: (LUCENENET-383) System.IO.IOException: read past EOF while deleting the file from upload folder of filemanager.

2010-12-05 Thread chaitanya (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12967101#action_12967101 ] chaitanya commented on LUCENENET-383: - The error is throwing from

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-05 Thread Michael McCandless
+1 to both. I installed both on Linux (Fedora 13) and ran my test python script that indexes first 100K line docs from wikipedia and runs a few searches. No problems! Mike On Sun, Dec 5, 2010 at 1:50 AM, Andi Vajda va...@apache.org wrote: With the recent releases of Lucene Java 2.9.4 and

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-05 Thread Robert Muir
On Sun, Dec 5, 2010 at 1:50 AM, Andi Vajda va...@apache.org wrote: With the recent releases of Lucene Java 2.9.4 and 3.0.3, the PyLucene 2.9.4-1 and 3.0.3-1 releases closely tracking them are ready. Release candidates are available from:    http://people.apache.org/~vajda/staging_area/ A

Exception in migrating from 2.9.x to 3.0.2 on Android

2010-12-05 Thread DM Smith
The current code that works on Android with 2.9.1, but fails with 3.0.2: Directory dir = FSDirectory.open(file); ... do something with directory ... The error we're seeing is: 12-04 21:34:41.629: WARN/System.err(23160): java.lang.NoClassDefFoundError: java.lang.management.ManagementFactory

Re: Exception in migrating from 2.9.x to 3.0.2 on Android

2010-12-05 Thread Gérard Dupont
On 5 December 2010 00:16, DM Smith dm-sm...@woh.rr.com wrote: Should Android be a supported client OS? If so, wouldn't it be better not to have OS specific if-then-else and use reflection or something else? Well Lucene is only relying on standard JVM API. The fact that Androïd is using a

RE: Exception in migrating from 2.9.x to 3.0.2 on Android

2010-12-05 Thread Uwe Schindler
Hi DM, In Lucene 3.0.3, NativeFSLockFactory no longer aquires a test log and does not need the process ID anymore, so java.lang.management package is no longer used. In general, Lucene Java is compatible to the Java 5 SE specification. Android uses Harmony and therefore we cannot guarantee

Lucene-Solr-tests-only-trunk - Build # 2218 - Failure

2010-12-05 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/2218/ 1 tests failed. REGRESSION: org.apache.solr.TestDistributedSearch.testDistribSearch Error Message: Some threads threw uncaught exceptions! Stack Trace: junit.framework.AssertionFailedError: Some threads threw

[jira] Commented: (LUCENE-2798) Randomize indexed collation key testing

2010-12-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966933#action_12966933 ] Robert Muir commented on LUCENE-2798: - Steven, before working too hard on the jdk

[jira] Commented: (LUCENE-2763) Swap URL+Email recognizing StandardTokenizer and UAX29Tokenizer

2010-12-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966943#action_12966943 ] Robert Muir commented on LUCENE-2763: - +1, looks good to me. Swap URL+Email

Re: Lucene-Solr-tests-only-trunk - Build # 2221 - Failure

2010-12-05 Thread Yonik Seeley
Well, darn upgrading jetty didn't seem to help this. -Yonik http://www.lucidimagination.com On Sun, Dec 5, 2010 at 7:05 AM, Apache Hudson Server hud...@hudson.apache.org wrote: Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/2221/ 1 tests failed. REGRESSION:  

Re: Lucene-Solr-tests-only-trunk - Build # 2221 - Failure

2010-12-05 Thread Robert Muir
On Sun, Dec 5, 2010 at 9:00 AM, Yonik Seeley yo...@lucidimagination.com wrote: Well, darn upgrading jetty didn't seem to help this. I was getting really hopeful for a while! - To unsubscribe, e-mail:

Re: Lucene-Solr-tests-only-trunk - Build # 2211 - Failure

2010-12-05 Thread Robert Muir
On Sun, Dec 5, 2010 at 1:46 AM, Apache Hudson Server hud...@hudson.apache.org wrote: Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/2211/ 1 tests failed. REGRESSION:  org.apache.solr.update.AutoCommitTest.testMaxTime There's still a timing issue in this test I

[jira] Assigned: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-05 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned SOLR-1979: - Assignee: Grant Ingersoll Create LanguageIdentifierUpdateProcessor

[jira] Resolved: (SOLR-2244) Add Language Identification support

2010-12-05 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved SOLR-2244. --- Resolution: Won't Fix Actually, I'm going to switch back to SOLR-1979, as it is a superset of

[jira] Commented: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-05 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966955#action_12966955 ] Grant Ingersoll commented on SOLR-1979: --- See

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

2010-12-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966963#action_12966963 ] Robert Muir commented on LUCENE-2793: - There is another problem we should solve here,

[jira] Commented: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-05 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966964#action_12966964 ] Jan Høydahl commented on SOLR-1979: --- Simply allowing to set the threshold for

[jira] Commented: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-05 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966970#action_12966970 ] Jan Høydahl commented on SOLR-1979: --- The idField input parameter is just used for decent

[jira] Commented: (SOLR-2158) TestDistributedSearch.testDistribSearch fails often

2010-12-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966971#action_12966971 ] Yonik Seeley commented on SOLR-2158: OK, so we upgraded jetty... but the failed to

[jira] Commented: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966972#action_12966972 ] Robert Muir commented on SOLR-1979: --- bq. cause that distance measure is kind of an

[jira] Issue Comment Edited: (SOLR-2158) TestDistributedSearch.testDistribSearch fails often

2010-12-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966718#action_12966718 ] Yonik Seeley edited comment on SOLR-2158 at 12/5/10 10:38 AM: --

[jira] Updated: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-05 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-1979: -- Attachment: SOLR-1979.patch I took Jan's and Tommaso's patches and reworked them a bit. It

[jira] Commented: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966978#action_12966978 ] Robert Muir commented on SOLR-1979: --- We really need to not be using ISO 639-1 here. For

Re: Changes Mess

2010-12-05 Thread Mattmann, Chris A (388J)
Hi Mark, RE: the credit system. JIRA provides a contribution report here, like this one that I generated for Lucene 3.1: http://s.apache.org/BpL Just click on Reports Contribution Report in the upper right of JIRA on the main project summary page. We've been using this in Tika since the

Re: Changes Mess

2010-12-05 Thread Robert Muir
On Sun, Dec 5, 2010 at 12:08 PM, Mattmann, Chris A (388J) chris.a.mattm...@jpl.nasa.gov wrote: Hi Mark, RE: the credit system. JIRA provides a contribution report here, like this one that I generated for Lucene 3.1: My concern with this is that it leaves out important email contributors.

[jira] Created: (SOLR-2266) java.lang.ArrayIndexOutOfBoundsException in field cache when using a tdate field in a boost function with rord()

2010-12-05 Thread Peter Wolanin (JIRA)
java.lang.ArrayIndexOutOfBoundsException in field cache when using a tdate field in a boost function with rord() Key: SOLR-2266 URL:

[jira] Resolved: (LUCENE-1541) Trie range - make trie range indexing more flexible

2010-12-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-1541. --- Resolution: Won't Fix I don't think a fix is needed anymore. Trie range - make trie range

Re: Path to jquery?

2010-12-05 Thread Eric Pugh
You are quite right. I put a bug into JIRA, basically the layout.vm was referring to a older version of jquery then what was in the Solr.war file! I do think though that having everything all in the /velocity directory would make it easier for someone who is new to Solr to grok how to

RE: Changes Mess

2010-12-05 Thread Steven A Rowe
On 12/5/2010 at 12:19 PM, Robert Muir wrote: On Sun, Dec 5, 2010 at 12:08 PM, Mattmann, Chris A (388J) chris.a.mattm...@jpl.nasa.gov wrote: Hi Mark, RE: the credit system. JIRA provides a contribution report here, like this one that I generated for Lucene 3.1: My concern with this

[jira] Commented: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-05 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12967010#action_12967010 ] Grant Ingersoll commented on SOLR-1979: --- bq. I would like to see RFC 3066 instead

[jira] Commented: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-05 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12967011#action_12967011 ] Grant Ingersoll commented on SOLR-1979: --- Another thought, here, is that, over time,

Monitoring the UI's mem usage

2010-12-05 Thread Mark Miller
This shouldn't normally be something that you need to do with jruby I'd think - but Avram asked about this on the call back when there where ui running out of memory issues. Since we require java 6, this is actually really easy. Java itself comes with jconsole. It should be on your path. You

Testing UpdateProcessorChain

2010-12-05 Thread Grant Ingersoll
Anyone have any thoughts on testing UpdateProcessorChain (and Factory). In looking at the Signature (dedup) tests, it seems a little clunky, yet the Solr base test class adoc (and related methods) don't seem to support specifying the Update handler to hit. Thoughts? -Grant

Re: Monitoring the UI's mem usage

2010-12-05 Thread Mark Miller
Gotto love a wrong email address autocomplete. On 12/5/10 3:26 PM, Mark Miller wrote: This shouldn't normally be something that you need to do with jruby I'd think - but Avram asked about this on the call back when there where ui running out of memory issues. Since we require java 6, this is

Re: Testing UpdateProcessorChain

2010-12-05 Thread Yonik Seeley
On Sun, Dec 5, 2010 at 3:28 PM, Grant Ingersoll gsing...@apache.org wrote: Anyone have any thoughts on testing UpdateProcessorChain (and Factory).  In looking at the Signature (dedup) tests, it seems a little clunky, yet the Solr base test class adoc (and related methods) don't seem to

Re: Exception in migrating from 2.9.x to 3.0.2 on Android

2010-12-05 Thread DM Smith
Thanks Uwe (and others). We'll adapt. Is there any interest here in knowing if there are any other problems regarding Lucene on Android? From what I see, it is the first mobile platform on which Lucene can run. -- DM On Dec 5, 2010, at 5:16 AM, Uwe Schindler wrote: Hi DM, In Lucene

Re: Exception in migrating from 2.9.x to 3.0.2 on Android

2010-12-05 Thread Mark Miller
I have an interest - don't really care if it uses true java or not. I say keep it coming. Where/if it makes sense, why not make lucene work better with it. Perhaps that is not possible or too difficult in every case - but I'd still like to see the cases pop up. Better than those spam wiki

[jira] Commented: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12967016#action_12967016 ] Yonik Seeley commented on SOLR-1979: bq. The new field is made by concatenating the

[jira] Commented: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12967019#action_12967019 ] Robert Muir commented on SOLR-1979: --- bq. Yeah, that makes sense, however, I believe Tika

[jira] Commented: (SOLR-2266) java.lang.ArrayIndexOutOfBoundsException in field cache when using a tdate field in a boost function with rord()

2010-12-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12967022#action_12967022 ] Yonik Seeley commented on SOLR-2266: OK, here's my guess: it's probably due to multiple

Re: Testing UpdateProcessorChain

2010-12-05 Thread Grant Ingersoll
On Dec 5, 2010, at 3:34 PM, Yonik Seeley wrote: On Sun, Dec 5, 2010 at 3:28 PM, Grant Ingersoll gsing...@apache.org wrote: Anyone have any thoughts on testing UpdateProcessorChain (and Factory). In looking at the Signature (dedup) tests, it seems a little clunky, yet the Solr base test

Re: Exception in migrating from 2.9.x to 3.0.2 on Android

2010-12-05 Thread Robert Muir
what I am saying, is that this is a java project, and I don't want to write to some least common denominator/intersection of java and android. if an api doesn't exist in android, I could care less. inzstead, why can't interest parties have a little project where we port lucene java (perhaps a

[jira] Commented: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-05 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12967032#action_12967032 ] Jan Høydahl commented on SOLR-1979: --- @Robert: Yes, there must be a way to tell whether or

[jira] Commented: (SOLR-1048) Ids parameter and fl=score throws an exception for wt=json

2010-12-05 Thread Jon Bodner (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12967035#action_12967035 ] Jon Bodner commented on SOLR-1048: -- The issue is still present in the 1.4.1 code base for

Re: Exception in migrating from 2.9.x to 3.0.2 on Android

2010-12-05 Thread Mark Miller
On 12/5/10 5:05 PM, Robert Muir wrote: what I am saying, is that this is a java project, and I don't want to write to some least common denominator/intersection of java and android. So don't - DM submitting cases that don't work and you not giving a shit are not mutually exclusive. - Mark

FieldCache usage for custom field collapse in solr 1.4

2010-12-05 Thread Adam H.
Hey, I'm trying to use the lucene FieldCache for some custom field collapsing implementation: basically i'm collapsing on a non-stored field, and so am using the fieldcache to retrieve field value instances during run. I noticed I'm getting some OOM's after deploying it, and after looking into it

Re: Exception in migrating from 2.9.x to 3.0.2 on Android

2010-12-05 Thread Robert Muir
On Sun, Dec 5, 2010 at 6:10 PM, Mark Miller markrmil...@gmail.com wrote: On 12/5/10 5:05 PM, Robert Muir wrote: what I am saying, is that this is a java project, and I don't want to write to some least common denominator/intersection of java and android. So don't - DM submitting cases that

Re: Exception in migrating from 2.9.x to 3.0.2 on Android

2010-12-05 Thread Mark Miller
bq. Perhaps that is not possible or too difficult in every case To clarify - sounds like I could be saying, well, perhaps we can't improve every case, but some we can. I'm saying *too difficult in every* case - even if we don't try and *fix a single case* - its still beneficial for you to

Re: Exception in migrating from 2.9.x to 3.0.2 on Android

2010-12-05 Thread Mark Miller
On 12/5/10 6:15 PM, Robert Muir wrote: On Sun, Dec 5, 2010 at 6:10 PM, Mark Millermarkrmil...@gmail.com wrote: On 12/5/10 5:05 PM, Robert Muir wrote: what I am saying, is that this is a java project, and I don't want to write to some least common denominator/intersection of java and android.

[jira] Commented: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-05 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12967046#action_12967046 ] Grant Ingersoll commented on SOLR-1979: --- bq. @Grant: I actually planned to do the

[jira] Updated: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-05 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-1979: -- Attachment: SOLR-1979.patch Here's a patch that passes the tests. Note, I modified the Solr

[jira] Commented: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-05 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12967048#action_12967048 ] Grant Ingersoll commented on SOLR-1979: --- Note, the patch still needs more tests and

[jira] Commented: (LUCENE-2235) implement PerFieldAnalyzerWrapper.getOffsetGap

2010-12-05 Thread Nick Pellow (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12967057#action_12967057 ] Nick Pellow commented on LUCENE-2235: - I just upgraded to 3.0.3 and we started getting

[jira] Commented: (LUCENE-2599) Deprecate Spatial Contrib

2010-12-05 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12967064#action_12967064 ] Chris Male commented on LUCENE-2599: I just noticed that Solr depends upon some

Re: Exception in migrating from 2.9.x to 3.0.2 on Android

2010-12-05 Thread Robert Muir
On Sun, Dec 5, 2010 at 9:12 PM, Simon Willnauer simon.willna...@googlemail.com wrote: I personally consider android a valid platform for lucene and we should try to reduce the pain for android folks as much as possible. Changing supported platforms is a totally different thing to me. good,

[jira] Commented: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12967076#action_12967076 ] Robert Muir commented on SOLR-1979: --- {quote} It makes sense to allow for detecting

Re: Changes Mess

2010-12-05 Thread Mattmann, Chris A (388J)
Hi Steven, Yep, like you state below JIRA *could* be configured to deal with this. In all honesty, putting tons of thought and effort into how to precisely deal with the changes you specify below might be somewhat overkill. Cheers, Chris On Dec 5, 2010, at 12:17 PM, Steven A Rowe wrote: On

RE: Changes Mess

2010-12-05 Thread Steven A Rowe
Hi Chris, On 12/5/2010 at 10:36 PM, Chris Mattman wrote: Yep, like you state below JIRA *could* be configured to deal with this. In all honesty, putting tons of thought and effort into how to precisely deal with the changes you specify below might be somewhat overkill. I think dumping

Re: Changes Mess

2010-12-05 Thread Mattmann, Chris A (388J)
Yet another way would be to declare the problem non-existent and screw our users by insulting them with a honking great mass of changes without any indication about what they are or how they are inter-related. (You won't be surprised at this point, I think, by my -1 to this.) Right, I'm

[jira] Commented: (SOLR-1395) Integrate Katta

2010-12-05 Thread JohnWu (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12967086#action_12967086 ] JohnWu commented on SOLR-1395: -- TomLiu: I still jam in the query dipatch to subproxy!

[jira] Commented: (LUCENE-2471) Supporting bulk copies in Directory

2010-12-05 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12967100#action_12967100 ] Shai Erera commented on LUCENE-2471: At some point IndexInput/Output.copyBytes did use

[jira] Created: (LUCENE-2800) Search Index Generation fails

2010-12-05 Thread Sunitha Belavagi (JIRA)
Search Index Generation fails - Key: LUCENE-2800 URL: https://issues.apache.org/jira/browse/LUCENE-2800 Project: Lucene - Java Issue Type: Bug Components: Index Affects Versions: 2.0.0

[jira] Commented: (LUCENE-2235) implement PerFieldAnalyzerWrapper.getOffsetGap

2010-12-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12967115#action_12967115 ] Uwe Schindler commented on LUCENE-2235: --- Hi Nick, thanks for reporting this. Your

[jira] Commented: (SOLR-1395) Integrate Katta

2010-12-05 Thread tom liu (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12967118#action_12967118 ] tom liu commented on SOLR-1395: --- in proxy: katta.node.properties: