[jira] [Updated] (SOLR-5226) Add Lucene index heap size usage in the Solr admin UI

2013-09-19 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated SOLR-5226: --- Attachment: SOLR-5226.patch Attached a patch to display the luceneIndexHeapUsage in the index

Re: [VOTE] Release Lucene/Solr 4.5.0

2013-09-19 Thread Tommaso Teofili
+1 Tommaso 2013/9/19 Kranti Parisa kranti.par...@gmail.com +1 Thanks, Kranti K. Parisa http://www.linkedin.com/in/krantiparisa On Wed, Sep 18, 2013 at 6:41 PM, Jack Krupansky j...@basetechnology.comwrote: +1 for my quick test. Even tried the UI on IE10. -- Jack Krupansky

[jira] [Updated] (LUCENE-5219) Make SynonymFilterFactory format attribute pluggable

2013-09-19 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Ernst updated LUCENE-5219: --- Attachment: LUCENE-5219.patch Sorry about that. The new patch passes documentation-lint.

Re: [VOTE] Release Lucene/Solr 4.5.0

2013-09-19 Thread Dawid Weiss
I only looked at the recent changes to the search results clustering extension in Solr (works well) and quickly skimmed over the remaining stuff. +1. Thanks Adrien. On Thu, Sep 19, 2013 at 9:37 AM, Tommaso Teofili tommaso.teof...@gmail.com wrote: +1 Tommaso 2013/9/19 Kranti Parisa

Re: [VOTE] Release Lucene/Solr 4.5.0

2013-09-19 Thread Steve Rowe
+1 Smoke tester passes; changes, docs and javadocs look good. Steve On Sep 18, 2013, at 5:46 PM, Adrien Grand jpou...@gmail.com wrote: Hi all, Please test and vote to release the following Lucene and Solr 4.5.0 artifacts:

Re: [VOTE] Release Lucene/Solr 4.5.0

2013-09-19 Thread Martijn v Groningen
+1 Smoke tester passes On 19 September 2013 11:47, Steve Rowe sar...@gmail.com wrote: +1 Smoke tester passes; changes, docs and javadocs look good. Steve On Sep 18, 2013, at 5:46 PM, Adrien Grand jpou...@gmail.com wrote: Hi all, Please test and vote to release the following Lucene

Re: [VOTE] Release Lucene/Solr 4.5.0

2013-09-19 Thread Marcelo Costa
+1 Marcelo Costa - http://www.infoq.com/br/author/Marcelo-Costa On Wed, Sep 18, 2013 at 7:41 PM, Jack Krupansky j...@basetechnology.comwrote: +1 for my quick test. Even tried the UI on IE10. -- Jack Krupansky -Original Message-

Re: [VOTE] Release Lucene/Solr 4.5.0

2013-09-19 Thread Noble Paul നോബിള്‍ नोब्ळ्
+1 On 19 Sep 2013 16:38, Marcelo Costa marcelojsco...@gmail.com wrote: +1 Marcelo Costa - http://www.infoq.com/br/author/Marcelo-Costa On Wed, Sep 18, 2013 at 7:41 PM, Jack Krupansky j...@basetechnology.comwrote: +1 for my quick test.

Implement searching through hashes in place of Terms

2013-09-19 Thread SachinMB
Hi all: I am working on a project where I need to build a search interface. But the catch is that the comparison should be between the hash values of the terms and not the terms. I have read a lot about Lucene but do not exactly know how to go about doing this. Can anyone tell me how to do that??

Re: Implement searching through hashes in place of Terms

2013-09-19 Thread Benson Margulies
Transform the terms into their hashes before indexing or querying using a TokenFilter. On Thu, Sep 19, 2013 at 8:14 AM, SachinMB sachinrock...@gmail.com wrote: Hi all: I am working on a project where I need to build a search interface. But the catch is that the comparison should be between

Re: Implement searching through hashes in place of Terms

2013-09-19 Thread Gora Mohanty
On 19 September 2013 17:44, SachinMB sachinrock...@gmail.com wrote: Hi all: I am working on a project where I need to build a search interface. But the catch is that the comparison should be between the hash values of the terms and not the terms. I have read a lot about Lucene but do not

Re: [VOTE] Release Lucene/Solr 4.5.0

2013-09-19 Thread Yonik Seeley
It looks like the last commit on SOLR-4221 didn't make it on the 45 branch. This is a change to a new API and hence needs to make it into 4.5 -Yonik http://lucidworks.com On Wed, Sep 18, 2013 at 5:46 PM, Adrien Grand jpou...@gmail.com wrote: Hi all, Please test and vote to release the

Re: [VOTE] Release Lucene/Solr 4.5.0

2013-09-19 Thread Adrien Grand
Hi, On Thu, Sep 19, 2013 at 3:10 PM, Yonik Seeley yo...@lucidworks.com wrote: It looks like the last commit on SOLR-4221 didn't make it on the 45 branch. This is a change to a new API and hence needs to make it into 4.5 Thanks for noticing this issue, I will backport the commit. Hoss, do

Re: [VOTE] Release Lucene/Solr 4.5.0

2013-09-19 Thread Noble Paul നോബിള്‍ नोब्ळ्
I see a commit message on branch_4x for the changes I made . Isn't it the same branch? On 19 Sep 2013 19:00, Adrien Grand jpou...@gmail.com wrote: Hi, On Thu, Sep 19, 2013 at 3:10 PM, Yonik Seeley yo...@lucidworks.com wrote: It looks like the last commit on SOLR-4221 didn't make it on the

Re: [VOTE] Release Lucene/Solr 4.5.0

2013-09-19 Thread Adrien Grand
On Thu, Sep 19, 2013 at 3:40 PM, Noble Paul നോബിള്‍ नोब्ळ् noble.p...@gmail.com wrote: I see a commit message on branch_4x for the changes I made . Isn't it the same branch? I created the lucene_solr_4_5 branch last week, which I'm using to create release candidates. The purpose was to allow

[jira] [Commented] (SOLR-4221) Custom sharding

2013-09-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13771910#comment-13771910 ] ASF subversion and git services commented on SOLR-4221: --- Commit

[jira] [Commented] (SOLR-5244) Full Search Result Export

2013-09-19 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13771913#comment-13771913 ] Joel Bernstein commented on SOLR-5244: -- On the topic of ranking the entire result set,

[jira] [Commented] (LUCENE-5223) IndexUpgrader (4.4.0) fails when -verbose is not set, or when any value of -dir-impl is specified

2013-09-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13771937#comment-13771937 ] ASF subversion and git services commented on LUCENE-5223: - Commit

[jira] [Updated] (LUCENE-5223) IndexUpgrader (4.4.0) fails when -verbose is not set, or when any value of -dir-impl is specified

2013-09-19 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-5223: - Fix Version/s: (was: 4.6) 4.5 IndexUpgrader (4.4.0) fails when

[jira] [Commented] (LUCENE-5223) IndexUpgrader (4.4.0) fails when -verbose is not set, or when any value of -dir-impl is specified

2013-09-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13771918#comment-13771918 ] ASF subversion and git services commented on LUCENE-5223: - Commit

[jira] [Commented] (LUCENE-5223) IndexUpgrader (4.4.0) fails when -verbose is not set, or when any value of -dir-impl is specified

2013-09-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13771919#comment-13771919 ] ASF subversion and git services commented on LUCENE-5223: - Commit

Re: Implement searching through hashes in place of Terms

2013-09-19 Thread Walter Underwood
Why do you need to compare hashes? Is it important to have collisions or is this implementation for speed? This sounds like an X/Y problem, where a person has problem X, jumps to solution Y, then starts asking how to do Y. wunder On Sep 19, 2013, at 6:10 AM, Gora Mohanty wrote: On 19

Re: I want to use Field.Store.Yes when I use TextField(String,Reader)

2013-09-19 Thread Adrien Grand
Hi, Lucene needs to load a field value entirely into memory in order to store it, which defeats the purpose of providing a field value with a Reader (ie. in a streaming fashion). This is why storing fields is not supported by this constructor. If you want your field to be stored, you need to

[jira] [Commented] (LUCENE-5222) TestExpressionSorts fails sometimes when using expression returning score

2013-09-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772014#comment-13772014 ] ASF subversion and git services commented on LUCENE-5222: - Commit

[jira] [Commented] (LUCENE-5222) TestExpressionSorts fails sometimes when using expression returning score

2013-09-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772013#comment-13772013 ] ASF subversion and git services commented on LUCENE-5222: - Commit

[jira] [Commented] (LUCENE-5123) invert the codec postings API

2013-09-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13771998#comment-13771998 ] Robert Muir commented on LUCENE-5123: - +1 to commit: patch looks awesome! The change

Re: [VOTE] Release Lucene/Solr 4.5.0

2013-09-19 Thread Adrien Grand
LUCENE-5223 and the missing commit from SOLR-4221 have been backported. A new RC is currently being uploaded... -- Adrien - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail:

I want to use Field.Store.Yes when I use TextField(String,Reader)

2013-09-19 Thread gudiseashok
Hi I am doing an application with Lucene (4.4.0) integration, and I am having difficulty in storing the content of the log file. doc.add(new TextField(contents, new BufferedReader(new InputStreamReader(fis, UTF-8; I don't have any clues how to add

need doc assist for 4.5: clarify SOLR-4221 changes regarding routeField vs router.field ?

2013-09-19 Thread Chris Hostetter
Yonik / Noble / Shalin in particular: we need clarification here on these changes for 4.5... https://issues.apache.org/jira/browse/SOLR-4221?focusedCommentId=13769675page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13769675 Cassandra and i were talking on IRC

[jira] [Commented] (LUCENE-5123) invert the codec postings API

2013-09-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772087#comment-13772087 ] Michael McCandless commented on LUCENE-5123: Thanks Rob, I'll commit soon.

[jira] [Commented] (SOLR-4812) Edismax highlighting query doesn't work.

2013-09-19 Thread Doug Turnbull (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772151#comment-13772151 ] Doug Turnbull commented on SOLR-4812: - +1 I've also been able to recreate this.

[VOTE] Release Lucene/Solr 4.5.0 RC1

2013-09-19 Thread Adrien Grand
Here is a new release candidate. Difference with the previous candidate is that this RC1 now has LUCENE-5223 as well as the missing commit from SOLR-4221: http://people.apache.org/~jpountz/staging_area/lucene-solr-4.5.0-RC1-rev1524755/ This vote is open until Tuesday. Smoke tester was happy on

[jira] [Created] (LUCENE-5227) consider unifying stopwords formats for 5.0

2013-09-19 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5227: --- Summary: consider unifying stopwords formats for 5.0 Key: LUCENE-5227 URL: https://issues.apache.org/jira/browse/LUCENE-5227 Project: Lucene - Core Issue

[jira] [Created] (SOLR-5256) Send multiple queries through highlighter

2013-09-19 Thread Doug Turnbull (JIRA)
Doug Turnbull created SOLR-5256: --- Summary: Send multiple queries through highlighter Key: SOLR-5256 URL: https://issues.apache.org/jira/browse/SOLR-5256 Project: Solr Issue Type: New Feature

[jira] [Updated] (SOLR-5256) Send multiple queries through highlighter

2013-09-19 Thread Doug Turnbull (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Turnbull updated SOLR-5256: Attachment: Solr-5256.patch Patch to add hl.addlq Send multiple queries through

[jira] [Commented] (LUCENE-5211) StopFilterFactory docs do not advertise/explain hte format option

2013-09-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772174#comment-13772174 ] ASF subversion and git services commented on LUCENE-5211: - Commit

Re: [VOTE] Release Lucene/Solr 4.5.0 RC1

2013-09-19 Thread Steve Rowe
+1 Smoke tester passes; changes, docs and javadocs look good. Steve On Sep 19, 2013, at 1:56 PM, Adrien Grand jpou...@gmail.com wrote: Here is a new release candidate. Difference with the previous candidate is that this RC1 now has LUCENE-5223 as well as the missing commit from SOLR-4221:

[jira] [Commented] (LUCENE-5226) optimize sortfield.needsScore on expressions

2013-09-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772201#comment-13772201 ] ASF subversion and git services commented on LUCENE-5226: - Commit

[jira] [Resolved] (LUCENE-5226) optimize sortfield.needsScore on expressions

2013-09-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-5226. - Resolution: Fixed Fix Version/s: 4.6 5.0 optimize

Re: [VOTE] Release Lucene/Solr 4.5.0 RC1

2013-09-19 Thread Jack Krupansky
+1, including UI on IE10. -- Jack Krupansky -Original Message- From: Adrien Grand Sent: Thursday, September 19, 2013 1:56 PM To: dev@lucene.apache.org Subject: [VOTE] Release Lucene/Solr 4.5.0 RC1 Here is a new release candidate. Difference with the previous candidate is that this

[jira] [Commented] (LUCENE-5226) optimize sortfield.needsScore on expressions

2013-09-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772210#comment-13772210 ] ASF subversion and git services commented on LUCENE-5226: - Commit

[jira] [Commented] (LUCENE-5123) invert the codec postings API

2013-09-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772307#comment-13772307 ] ASF subversion and git services commented on LUCENE-5123: - Commit

[jira] [Resolved] (LUCENE-5123) invert the codec postings API

2013-09-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-5123. Resolution: Fixed invert the codec postings API

[jira] [Commented] (LUCENE-5211) StopFilterFactory docs do not advertise/explain hte format option

2013-09-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772352#comment-13772352 ] ASF subversion and git services commented on LUCENE-5211: - Commit

[jira] [Commented] (LUCENE-5227) consider unifying stopwords formats for 5.0

2013-09-19 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772353#comment-13772353 ] Hoss Man commented on LUCENE-5227: -- bq. We could convert our files for 5.0, and just

[jira] [Resolved] (LUCENE-5211) StopFilterFactory docs do not advertise/explain hte format option

2013-09-19 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved LUCENE-5211. -- Resolution: Fixed Fix Version/s: 4.6 5.0 StopFilterFactory docs do not

[jira] [Commented] (LUCENE-5219) Make SynonymFilterFactory format attribute pluggable

2013-09-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772305#comment-13772305 ] ASF subversion and git services commented on LUCENE-5219: - Commit

[jira] [Updated] (LUCENE-5109) EliasFano value index

2013-09-19 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-5109: - Attachment: LUCENE-5109.patch EliasFano value index -

Re: [VOTE] Release Lucene/Solr 4.5.0 RC1

2013-09-19 Thread Kranti Parisa
+1 Thanks, Kranti K. Parisa http://www.linkedin.com/in/krantiparisa On Thu, Sep 19, 2013 at 3:53 PM, Jack Krupansky j...@basetechnology.comwrote: +1, including UI on IE10. -- Jack Krupansky -Original Message- From: Adrien Grand Sent: Thursday, September 19, 2013 1:56 PM To:

[jira] [Commented] (LUCENE-5219) Make SynonymFilterFactory format attribute pluggable

2013-09-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772362#comment-13772362 ] ASF subversion and git services commented on LUCENE-5219: - Commit

[jira] [Resolved] (LUCENE-5219) Make SynonymFilterFactory format attribute pluggable

2013-09-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-5219. - Resolution: Fixed Fix Version/s: 4.6 5.0 Thanks Ryan!

[jira] [Commented] (LUCENE-5109) EliasFano value index

2013-09-19 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772372#comment-13772372 ] Paul Elschot commented on LUCENE-5109: -- The patch of 19 September 2013 implements

[jira] [Commented] (LUCENE-5207) lucene expressions module

2013-09-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772458#comment-13772458 ] ASF subversion and git services commented on LUCENE-5207: - Commit

[jira] [Commented] (LUCENE-5207) lucene expressions module

2013-09-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772461#comment-13772461 ] ASF subversion and git services commented on LUCENE-5207: - Commit

[jira] [Created] (SOLR-5257) confusing warning logged when unexpected xml attributes are found

2013-09-19 Thread Hoss Man (JIRA)
Hoss Man created SOLR-5257: -- Summary: confusing warning logged when unexpected xml attributes are found Key: SOLR-5257 URL: https://issues.apache.org/jira/browse/SOLR-5257 Project: Solr Issue

Re: [VOTE] Release Lucene/Solr 4.5.0 RC1

2013-09-19 Thread Chris Hostetter
: http://people.apache.org/~jpountz/staging_area/lucene-solr-4.5.0-RC1-rev1524755/ I'm seeing the same java6 javadoc validation error in smoke tester that jenkins was complaining about. sarowe pointed out that mccandless committed a workarround for this to the 4x branch, but that didn't get

[jira] [Updated] (SOLR-5256) Send multiple queries through highlighter

2013-09-19 Thread Doug Turnbull (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Turnbull updated SOLR-5256: Description: There's been several times when I wish I could specify multiple queries through the

[jira] [Commented] (LUCENE-5189) Numeric DocValues Updates

2013-09-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772623#comment-13772623 ] ASF subversion and git services commented on LUCENE-5189: - Commit

Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b106) - Build # 7485 - Failure!

2013-09-19 Thread Shai Erera
Committed a fix in 1524900. Shai On Tue, Sep 17, 2013 at 11:48 PM, Shai Erera ser...@gmail.com wrote: Ok this is one tricky bug. Without prints, it took 2000 iters to reproduce on Windows, 700 on Linux. But the more prints I add, the faster it reproduces. So anti-heisen (fortunately!)

Re: svn commit: r1524900 - in /lucene/dev/trunk/lucene/core/src: java/org/apache/lucene/index/ test/org/apache/lucene/index/

2013-09-19 Thread Robert Muir
On Fri, Sep 20, 2013 at 12:39 AM, sh...@apache.org wrote: @@ -501,7 +504,7 @@ class ReadersAndLiveDocs { // TODO (DVU_ if (hasFieldUpdates) { info.advanceDocValuesGen(); // copy all the updates to mergingUpdates, so they can later be applied to the merged segment -

Re: svn commit: r1524900 - in /lucene/dev/trunk/lucene/core/src: java/org/apache/lucene/index/ test/org/apache/lucene/index/

2013-09-19 Thread Shai Erera
No :). Fixed. Thanks for catching! On Fri, Sep 20, 2013 at 7:50 AM, Robert Muir rcm...@gmail.com wrote: On Fri, Sep 20, 2013 at 12:39 AM, sh...@apache.org wrote: @@ -501,7 +504,7 @@ class ReadersAndLiveDocs { // TODO (DVU_ if (hasFieldUpdates) { info.advanceDocValuesGen();

[jira] [Commented] (LUCENE-5189) Numeric DocValues Updates

2013-09-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772628#comment-13772628 ] ASF subversion and git services commented on LUCENE-5189: - Commit

[jira] [Updated] (LUCENE-5215) Add support for FieldInfos generation

2013-09-19 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5215: --- Attachment: LUCENE-5215.patch Patch removes Facet45Codec, updates jdocs and updates to latest trunk