[jira] [Updated] (LUCENE-3419) Resolve JUnit assert deprecations

2011-09-06 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-3419: --- Attachment: LUCENE-3419.patch Patch which adds appropriate epsilons to the float and double assertio

[jira] [Updated] (LUCENE-2959) [GSoC] Implementing State of the Art Ranking for Lucene

2011-09-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2959: Attachment: LUCENE-2959_nocommits.patch patch removing all nocommits for the fake IDF/phrase issu

[jira] [Created] (LUCENE-3419) Resolve JUnit assert deprecations

2011-09-06 Thread Chris Male (JIRA)
Resolve JUnit assert deprecations - Key: LUCENE-3419 URL: https://issues.apache.org/jira/browse/LUCENE-3419 Project: Lucene - Java Issue Type: Improvement Reporter: Chris Male Priority:

[jira] [Resolved] (LUCENE-3410) Make WordDelimiterFilter's instantiation more readable

2011-09-06 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male resolved LUCENE-3410. Resolution: Fixed Fix Version/s: 4.0 Assignee: Chris Male Committed revision 11659

[jira] [Updated] (LUCENE-3410) Make WordDelimiterFilter's instantiation more readable

2011-09-06 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-3410: --- Attachment: LUCENE-3410.patch Better patch. > Make WordDelimiterFilter's instantiation more readabl

[jira] [Updated] (LUCENE-3410) Make WordDelimiterFilter's instantiation more readable

2011-09-06 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-3410: --- Attachment: LUCENE-3410.patch Patch with the Iterator back to using booleans. Going to commit. > M

[jira] [Updated] (LUCENE-2308) Separately specify a field's type

2011-09-06 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-2308: --- Attachment: LUCENE-2308-FT-interface.patch Patch updated following Yonik's advice. I'd removed the

[jira] [Updated] (LUCENE-3396) Make TokenStream Reuse Mandatory for Analyzers

2011-09-06 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-3396: --- Attachment: LUCENE-3396-rab.patch Patch updated to reset now returns void. I'll make sure to note t

[jira] [Commented] (LUCENE-3396) Make TokenStream Reuse Mandatory for Analyzers

2011-09-06 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098580#comment-13098580 ] Chris Male commented on LUCENE-3396: Hmmm, I agree that we should change it to void.

[jira] [Commented] (LUCENE-1824) FastVectorHighlighter truncates words at beginning and end of fragments

2011-09-06 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098568#comment-13098568 ] Koji Sekiguchi commented on LUCENE-1824: Uh, I forgot to add testSentenceBoundary

[jira] [Updated] (LUCENE-1824) FastVectorHighlighter truncates words at beginning and end of fragments

2011-09-06 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1824: --- Attachment: LUCENE-1824.patch I added test cases for BoundaryScanner. Still need to modify

Rollback to old index stored with SolrDeletionPolicy

2011-09-06 Thread Emmanuel Espina
Apparently this feature does not exist so I copy the same mail I sent to "user". What are your opinions on creating a Jira issue requesting this new feature: With SolrDeletionPolicy you can chose the number of "versions" of the index to store ( maxCommitsToKeep, it defaults to 1). Well, how can yo

[jira] [Resolved] (SOLR-2745) Sorting on a field whose name resembles an integer in scientific notation

2011-09-06 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-2745. Resolution: Duplicate This is a dup of SOLR-2606, fixed in 3x (will be 3.4) > Sorting on a field wh

[jira] [Commented] (SOLR-2745) Sorting on a field whose name resembles an integer in scientific notation

2011-09-06 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098517#comment-13098517 ] Erick Erickson commented on SOLR-2745: -- That is odd. I just reproduced it with 3.3. He

[jira] [Commented] (SOLR-2745) Sorting on a field whose name resembles an integer in scientific notation

2011-09-06 Thread Joey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098507#comment-13098507 ] Joey commented on SOLR-2745: I store data that I assume the dynamic field expects. ie: *_t is t

[jira] [Commented] (SOLR-2745) Sorting on a field whose name resembles an integer in scientific notation

2011-09-06 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098499#comment-13098499 ] Lance Norskog commented on SOLR-2745: - What kind of data do you want to store in these

[jira] [Created] (SOLR-2745) Sorting on a field whose name resembles an integer in scientific notation

2011-09-06 Thread Joey (JIRA)
Sorting on a field whose name resembles an integer in scientific notation - Key: SOLR-2745 URL: https://issues.apache.org/jira/browse/SOLR-2745 Project: Solr Issue Type:

Re: edismax and wildcards

2011-09-06 Thread Erick Erickson
Hmmm, I looked at this a bit more, and I don't think we can legitimately call this a bug. The exact same thing happens with non-edismax. That is, with a default field of "text", entering nonsense * silliness parses to text:nonsens text:* text:silli Doing the same thing with a minimal edismax (qf

[jira] [Resolved] (LUCENE-3418) Lucene is not fsync'ing files on commit

2011-09-06 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-3418. Resolution: Fixed > Lucene is not fsync'ing files on commit >

Re: svn commit: r1165902 - in /lucene/dev/trunk/lucene: CHANGES.txt src/java/org/apache/lucene/store/FSDirectory.java

2011-09-06 Thread Yonik Seeley
On Tue, Sep 6, 2011 at 6:12 PM, wrote: > +* LUCENE-3418: Lucene was failing to fsync index files on commit, > +  meaning a crash or power loss could easily corrupt the index (Mark > +  Miller, Robert Muir, Mike McCandless) Perhaps "crash" should be expanded to "operating system crash"? Some mig

Re: edismax and wildcards

2011-09-06 Thread Chris Hostetter
: GIGO is a valid response... I don't think GIGO is a valid attidude for a parser who'se whole purpose is to accept anything an end user might through at it and "try to do it's best" I agree with David: I think it's a bug that 0 length prefix/wildcard queries are accepted by default with no c

[jira] [Created] (LUCENE-3418) Lucene is not fsync'ing files on commit

2011-09-06 Thread Michael McCandless (JIRA)
Lucene is not fsync'ing files on commit --- Key: LUCENE-3418 URL: https://issues.apache.org/jira/browse/LUCENE-3418 Project: Lucene - Java Issue Type: Bug Components: core/store Affects Versi

[jira] [Resolved] (SOLR-2656) realtime get

2011-09-06 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-2656. Resolution: Fixed Fix Version/s: 4.0 I just committed the implementation attached to SOLR-270

[jira] [Issue Comment Edited] (SOLR-2066) Search Grouping: support distributed search

2011-09-06 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098385#comment-13098385 ] Martijn van Groningen edited comment on SOLR-2066 at 9/6/11 9:38 PM:

[jira] [Updated] (SOLR-2066) Search Grouping: support distributed search

2011-09-06 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated SOLR-2066: Attachment: SOLR-2066.patch Updated patch. * Fixes the errors that Matt reported. *

DirectoryReader package protected?

2011-09-06 Thread Jason Rutherglen
I was browsing code, and noticed DirectoryReader is package protected. Why is this? Ie, SegmentReader is not. - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.or

[jira] [Issue Comment Edited] (SOLR-2650) Empty docs array on response with grouping and result pagination

2011-09-06 Thread Mike Lerley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098333#comment-13098333 ] Mike Lerley edited comment on SOLR-2650 at 9/6/11 8:39 PM: --- I see

[jira] [Commented] (SOLR-2650) Empty docs array on response with grouping and result pagination

2011-09-06 Thread Mike Lerley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098333#comment-13098333 ] Mike Lerley commented on SOLR-2650: --- I seem to be having the same problem. I've just tri

[jira] [Updated] (LUCENE-3417) DictionaryCompoundWordTokenFilter does not properly add tokens from the end compound word.

2011-09-06 Thread Njal Karevoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Njal Karevoll updated LUCENE-3417: -- Description: Due to an off-by-one error, a subword placed at the end of a compound word will

RE: [Lucene.Net] 2.9.4

2011-09-06 Thread Digy
+1 for an official release. DIGY -Original Message- From: Prescott Nasser [mailto:geobmx...@hotmail.com] Sent: Monday, September 05, 2011 9:22 PM To: lucene-net-...@lucene.apache.org; lucene-net-u...@lucene.apache.org Subject: [Lucene.Net] 2.9.4 Hey All, How do people feel about the

[jira] [Commented] (LUCENE-3417) DictionaryCompoundWordTokenFilter does not properly add tokens from the end compound word.

2011-09-06 Thread Njal Karevoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098313#comment-13098313 ] Njal Karevoll commented on LUCENE-3417: --- The above patch is trivial to backport for

[jira] [Updated] (LUCENE-3417) DictionaryCompoundWordTokenFilter does not properly add tokens from the end compound word.

2011-09-06 Thread Njal Karevoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Njal Karevoll updated LUCENE-3417: -- Attachment: LUCENE-3417.patch Adds two unit tests, one showing each behavior, and a fix for bo

[jira] [Created] (LUCENE-3417) DictionaryCompoundWordTokenFilter does not properly add tokens from the end compound word.

2011-09-06 Thread Njal Karevoll (JIRA)
DictionaryCompoundWordTokenFilter does not properly add tokens from the end compound word. -- Key: LUCENE-3417 URL: https://issues.apache.org/jira/browse/LUCENE-3417

[jira] [Commented] (LUCENE-3416) Allow to pass an instance of RateLimiter to FSDirectory allowing to rate limit merge IO across several directories / instances

2011-09-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098286#comment-13098286 ] Simon Willnauer commented on LUCENE-3416: - I see, I guess that is kind of overkil

[jira] [Assigned] (LUCENE-3416) Allow to pass an instance of RateLimiter to FSDirectory allowing to rate limit merge IO across several directories / instances

2011-09-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-3416: --- Assignee: Simon Willnauer > Allow to pass an instance of RateLimiter to FSDirectory

[jira] [Commented] (SOLR-2066) Search Grouping: support distributed search

2011-09-06 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098249#comment-13098249 ] Martijn van Groningen commented on SOLR-2066: - Thanks for reporting these issue

[jira] [Resolved] (SOLR-2540) CommitWithin as an Update Request parameter

2011-09-06 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-2540. --- Resolution: Fixed > CommitWithin as an Update Request parameter >

[jira] [Updated] (SOLR-2540) CommitWithin as an Update Request parameter

2011-09-06 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-2540: -- Affects Version/s: (was: 3.1) Fix Version/s: 4.0 3.4 > CommitWithin a

[jira] [Assigned] (SOLR-2703) Add support for the Lucene Surround Parser

2011-09-06 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher reassigned SOLR-2703: -- Assignee: Erik Hatcher > Add support for the Lucene Surround Parser > --

[jira] [Commented] (SOLR-2703) Add support for the Lucene Surround Parser

2011-09-06 Thread Simon Rosenthal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098133#comment-13098133 ] Simon Rosenthal commented on SOLR-2703: --- Should hold up on the commit until https://

[jira] [Commented] (SOLR-2703) Add support for the Lucene Surround Parser

2011-09-06 Thread Simon Rosenthal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098106#comment-13098106 ] Simon Rosenthal commented on SOLR-2703: --- Wiki page to follow at http://wiki.apache.o

[jira] [Updated] (SOLR-2703) Add support for the Lucene Surround Parser

2011-09-06 Thread Simon Rosenthal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Rosenthal updated SOLR-2703: -- Attachment: SOLR-2703.patch New patch. Query parser not registered by default, and a commented o

[jira] [Commented] (LUCENE-3396) Make TokenStream Reuse Mandatory for Analyzers

2011-09-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098057#comment-13098057 ] Robert Muir commented on LUCENE-3396: - patch looks great: one question, should we kee

[jira] [Commented] (LUCENE-3410) Make WordDelimiterFilter's instantiation more readable

2011-09-06 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098053#comment-13098053 ] Chris Male commented on LUCENE-3410: {quote} should the iterator maybe keep the boole

[jira] [Commented] (LUCENE-2308) Separately specify a field's type

2011-09-06 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098051#comment-13098051 ] Yonik Seeley commented on LUCENE-2308: -- Instead of introducing a dependency on CoreF

[jira] [Commented] (LUCENE-3410) Make WordDelimiterFilter's instantiation more readable

2011-09-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098046#comment-13098046 ] Robert Muir commented on LUCENE-3410: - looks good overall, a couple tiny nitpicks: *

[jira] [Commented] (LUCENE-3396) Make TokenStream Reuse Mandatory for Analyzers

2011-09-06 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098045#comment-13098045 ] Chris Male commented on LUCENE-3396: I'm going to commit this soon and then work on t

[jira] [Commented] (LUCENE-3410) Make WordDelimiterFilter's instantiation more readable

2011-09-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098041#comment-13098041 ] Uwe Schindler commented on LUCENE-3410: --- +1 > Make WordDelimiterFilter's instantia

[jira] [Commented] (LUCENE-3410) Make WordDelimiterFilter's instantiation more readable

2011-09-06 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098036#comment-13098036 ] Chris Male commented on LUCENE-3410: Plan to commit soon if theres no objections. >

[jira] [Commented] (LUCENE-2308) Separately specify a field's type

2011-09-06 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098032#comment-13098032 ] Chris Male commented on LUCENE-2308: Anyone else have any thoughts? Any objections to

[jira] [Commented] (LUCENE-3416) Allow to pass an instance of RateLimiter to FSDirectory allowing to rate limit merge IO across several directories / instances

2011-09-06 Thread Shay Banon (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098018#comment-13098018 ] Shay Banon commented on LUCENE-3416: It is possible, but requires more work to do, an

[jira] [Resolved] (SOLR-2383) Velocity: Generalize range and date facet display

2011-09-06 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-2383. --- Resolution: Fixed Checked in backport to 3.x > Velocity: Generalize range and date facet display > --

[jira] [Resolved] (SOLR-2741) Bugs in facet range display in trunk

2011-09-06 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-2741. --- Resolution: Fixed > Bugs in facet range display in trunk > > >

[Lucene.Net] [jira] [Resolved] (LUCENENET-414) The definition of CharArraySet is dangerously confusing and leads to bugs when used.

2011-09-06 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-414. Resolution: Fixed Fixed. DIGY > The definition of CharArraySet is dangerously confusing and leads to b

[jira] [Commented] (LUCENE-3414) Bring Hunspell for Lucene into analysis module

2011-09-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097945#comment-13097945 ] Robert Muir commented on LUCENE-3414: - I don't think we should do anything with the d

[jira] [Commented] (LUCENE-3414) Bring Hunspell for Lucene into analysis module

2011-09-06 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097937#comment-13097937 ] Chris Male commented on LUCENE-3414: Okay good spotting. so how do we want to proceed

[jira] [Commented] (LUCENE-3414) Bring Hunspell for Lucene into analysis module

2011-09-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097916#comment-13097916 ] Robert Muir commented on LUCENE-3414: - {quote} Bizarrely, from what I can see in the

[jira] [Commented] (LUCENE-3415) Snowball filter to include original word too

2011-09-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097907#comment-13097907 ] Robert Muir commented on LUCENE-3415: - {quote} The index size increases because we do

[jira] [Commented] (LUCENE-3415) Snowball filter to include original word too

2011-09-06 Thread Manish (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097904#comment-13097904 ] Manish commented on LUCENE-3415: The index size increases because we dont have the option

[jira] [Commented] (LUCENE-3415) Snowball filter to include original word too

2011-09-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097898#comment-13097898 ] Robert Muir commented on LUCENE-3415: - The index size is increasing because you are s

[jira] [Commented] (LUCENE-3415) Snowball filter to include original word too

2011-09-06 Thread Manish (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097890#comment-13097890 ] Manish commented on LUCENE-3415: The index size becomes huge (infact double). We have 2

[jira] [Commented] (LUCENE-3415) Snowball filter to include original word too

2011-09-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097878#comment-13097878 ] Robert Muir commented on LUCENE-3415: - Manish, why not put your content in a differen

[jira] [Commented] (LUCENE-3416) Allow to pass an instance of RateLimiter to FSDirectory allowing to rate limit merge IO across several directories / instances

2011-09-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097873#comment-13097873 ] Simon Willnauer commented on LUCENE-3416: - Shay, can't you use a Input / Output w

[jira] [Updated] (LUCENE-3416) Allow to pass an instance of RateLimiter to FSDirectory allowing to rate limit merge IO across several directories / instances

2011-09-06 Thread Shay Banon (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shay Banon updated LUCENE-3416: --- Attachment: LUCENE-3416.patch > Allow to pass an instance of RateLimiter to FSDirectory allowing to

[jira] [Created] (LUCENE-3416) Allow to pass an instance of RateLimiter to FSDirectory allowing to rate limit merge IO across several directories / instances

2011-09-06 Thread Shay Banon (JIRA)
Allow to pass an instance of RateLimiter to FSDirectory allowing to rate limit merge IO across several directories / instances -- Key: LUCENE-3416

[jira] [Commented] (LUCENE-3415) Snowball filter to include original word too

2011-09-06 Thread Manish (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097864#comment-13097864 ] Manish commented on LUCENE-3415: How to handle 2 different analyzers for query? Guess, no

[jira] [Commented] (LUCENE-3414) Bring Hunspell for Lucene into analysis module

2011-09-06 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097861#comment-13097861 ] Chris Male commented on LUCENE-3414: bq. how is OpenOffice dealing with those diction

[jira] [Commented] (LUCENE-3414) Bring Hunspell for Lucene into analysis module

2011-09-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097859#comment-13097859 ] Simon Willnauer commented on LUCENE-3414: - bq. ...so it should really be in Lucen

[jira] [Commented] (LUCENE-3415) Snowball filter to include original word too

2011-09-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097857#comment-13097857 ] Simon Willnauer commented on LUCENE-3415: - instead of modifying snowball filter y

[jira] [Commented] (SOLR-2066) Search Grouping: support distributed search

2011-09-06 Thread Matt Beaumont (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097855#comment-13097855 ] Matt Beaumont commented on SOLR-2066: - Found two issues with this patch: 1. Using Facet

[jira] [Commented] (LUCENE-3414) Bring Hunspell for Lucene into analysis module

2011-09-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097852#comment-13097852 ] Uwe Schindler commented on LUCENE-3414: --- Thanks Chris for adding this to Lucene Ana

[jira] [Created] (LUCENE-3415) Snowball filter to include original word too

2011-09-06 Thread Manish (JIRA)
Snowball filter to include original word too Key: LUCENE-3415 URL: https://issues.apache.org/jira/browse/LUCENE-3415 Project: Lucene - Java Issue Type: Improvement Components: modules/an

[jira] [Updated] (LUCENE-3412) SloppyPhraseScorer returns non-deterministic results for queries with many repeats

2011-09-06 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-3412: Attachment: LUCENE-3412.patch I am able to see this inconsistent behavior! Attached patch contain

[jira] [Assigned] (LUCENE-3412) SloppyPhraseScorer returns non-deterministic results for queries with many repeats

2011-09-06 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen reassigned LUCENE-3412: --- Assignee: Doron Cohen > SloppyPhraseScorer returns non-deterministic results for queries wit