Doubt In Apache Solr 4.3.0

2013-06-14 Thread vignesh
Hi Team, I am Vignesh, now working in Apache Solr 4.3.0 have indexed data and am able to search using the query . How to carry out Fuzzy Search in Solr 4.3.0 can you guide me through this process. Thanks Regards. Vignesh.V cid:image001.jpg@01CA4872.39B33D40

[jira] [Commented] (SOLR-4916) Add support to write and read Solr index files and transaction log files to and from HDFS.

2013-06-14 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683219#comment-13683219 ] Andrzej Bialecki commented on SOLR-4916: - Mark, this functionality looks very

[jira] [Created] (LUCENE-5057) Hunspell stemmer generates multiple tokens (original + stems)

2013-06-14 Thread Luca Cavanna (JIRA)
Luca Cavanna created LUCENE-5057: Summary: Hunspell stemmer generates multiple tokens (original + stems) Key: LUCENE-5057 URL: https://issues.apache.org/jira/browse/LUCENE-5057 Project: Lucene - Core

[jira] [Commented] (SOLR-4916) Add support to write and read Solr index files and transaction log files to and from HDFS.

2013-06-14 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683270#comment-13683270 ] Mark Miller commented on SOLR-4916: --- Thanks for taking a look AB! bq. Re. Hadoop

[jira] [Commented] (LUCENE-5038) Don't call MergePolicy / IndexWriter during DWPT Flush

2013-06-14 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683292#comment-13683292 ] Commit Tag Bot commented on LUCENE-5038: [trunk commit] simonw

Re: Doubt In Apache Solr 4.3.0

2013-06-14 Thread Dmitry Kan
Hi, You should post your questions of solr / lucene usage sort to the user list, not here. It is developers list. http://lucene.apache.org/solr/discussion.html#solr-user-list-solr-userlucene 2013/6/14 vignesh vignes...@ninestars.in Hi Team, I am Vignesh, now

[jira] [Commented] (LUCENE-2082) Performance improvement for merging posting lists

2013-06-14 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683303#comment-13683303 ] Dmitry Kan commented on LUCENE-2082: hi [~whzz], Would you be potentially interested

[jira] [Updated] (SOLR-4921) Support for Adding Documents via the Solr UI

2013-06-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-4921: -- Attachment: (was: SOLR-4921.patch) Support for Adding Documents via the Solr UI

[jira] [Updated] (SOLR-4921) Support for Adding Documents via the Solr UI

2013-06-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-4921: -- Attachment: SOLR-4921.patch Actually posts the documents now. Things to do: # Need an icon for

[jira] [Updated] (SOLR-4921) Support for Adding Documents via the Solr UI

2013-06-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-4921: -- Attachment: SOLR-4921.patch Support for Adding Documents via the Solr UI

Potential Wiki text on the lifecycle of an analysis component

2013-06-14 Thread Benson Margulies
I'd like to post some documentation to help other people trying to deal with thread-safety and lifetime issues on analysis components. Here is what I think I know, based on corrections here I'll post something. Each Solr core has a schema. By default, Solr create a schema when it creates a core.

[jira] [Commented] (SOLR-4921) Support for Adding Documents via the Solr UI

2013-06-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683311#comment-13683311 ] Grant Ingersoll commented on SOLR-4921: --- Also, still need to handle the command

LUCENE-2145, How to proceed on Tokenizer.close()

2013-06-14 Thread Benson Margulies
Since LUCENE-2145 is of specific practical interest to me, I'd like to pitch in. However, it raises a bit of a compatibility thicket. There are, I think, two rough approaches: 1) redefine close() on TokenStream to have the less surprising semantics of 'don't use this object after it has been

[jira] [Created] (LUCENE-5058) IOException when trying to delete data from index

2013-06-14 Thread Christian (JIRA)
Christian created LUCENE-5058: - Summary: IOException when trying to delete data from index Key: LUCENE-5058 URL: https://issues.apache.org/jira/browse/LUCENE-5058 Project: Lucene - Core Issue

[jira] [Updated] (LUCENE-5058) IOException when trying to delete data from index

2013-06-14 Thread Christian (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian updated LUCENE-5058: -- Description: I have a small test prog which inserts some data in an index and after that, opens a

[jira] [Updated] (LUCENE-5058) IOException when trying to delete data from index

2013-06-14 Thread Christian (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian updated LUCENE-5058: -- Description: I have a small test prog which inserts some data in an index and after that, opens a

[jira] [Comment Edited] (SOLR-4921) Support for Adding Documents via the Solr UI

2013-06-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683311#comment-13683311 ] Grant Ingersoll edited comment on SOLR-4921 at 6/14/13 12:31 PM:

[jira] [Commented] (LUCENE-5058) IOException when trying to delete data from index

2013-06-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683314#comment-13683314 ] Uwe Schindler commented on LUCENE-5058: --- Could you please post the stack trace?

[jira] [Commented] (LUCENE-5058) IOException when trying to delete data from index

2013-06-14 Thread Christian (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683322#comment-13683322 ] Christian commented on LUCENE-5058: --- There is no stacktrace, since the IOException

[jira] [Commented] (LUCENE-5058) IOException when trying to delete data from index

2013-06-14 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683326#comment-13683326 ] Simon Willnauer commented on LUCENE-5058: - can you please close the issue, this

[jira] [Updated] (SOLR-4921) Support for Adding Documents via the Solr UI

2013-06-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-4921: -- Attachment: SOLR-4921.patch Can add JSON or XML now, a few other tweaks.

[jira] [Comment Edited] (LUCENE-5058) IOException when trying to delete data from index

2013-06-14 Thread Christian (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683322#comment-13683322 ] Christian edited comment on LUCENE-5058 at 6/14/13 1:29 PM:

[jira] [Updated] (LUCENE-5057) Hunspell stemmer generates multiple tokens

2013-06-14 Thread Luca Cavanna (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated LUCENE-5057: - Summary: Hunspell stemmer generates multiple tokens (was: Hunspell stemmer generates multiple

[jira] [Updated] (LUCENE-5057) Hunspell stemmer generates multiple tokens

2013-06-14 Thread Luca Cavanna (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated LUCENE-5057: - Description: The hunspell stemmer seems to be generating multiple tokens: the original token

[jira] [Commented] (LUCENE-5058) IOException when trying to delete data from index

2013-06-14 Thread Christian (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683344#comment-13683344 ] Christian commented on LUCENE-5058: --- There is no virus scanner and the lock is not held

[jira] [Updated] (LUCENE-5057) Hunspell stemmer generates multiple tokens

2013-06-14 Thread Luca Cavanna (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated LUCENE-5057: - Description: The hunspell stemmer seems to be generating multiple tokens: the original token

[jira] [Updated] (LUCENE-5057) Hunspell stemmer generates multiple tokens

2013-06-14 Thread Luca Cavanna (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated LUCENE-5057: - Description: The hunspell stemmer seems to be generating multiple tokens: the original token

[jira] [Created] (SOLR-4927) search pattern issues

2013-06-14 Thread raghu (JIRA)
raghu created SOLR-4927: --- Summary: search pattern issues Key: SOLR-4927 URL: https://issues.apache.org/jira/browse/SOLR-4927 Project: Solr Issue Type: Task Components: search Affects

[jira] [Updated] (SOLR-4927) search pattern issues

2013-06-14 Thread raghu (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] raghu updated SOLR-4927: Affects Version/s: (was: 1.3) 3.5 search pattern issues -

[jira] [Comment Edited] (LUCENE-5058) IOException when trying to delete data from index

2013-06-14 Thread Christian (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683344#comment-13683344 ] Christian edited comment on LUCENE-5058 at 6/14/13 1:48 PM:

[jira] [Updated] (SOLR-4921) Support for Adding Documents via the Solr UI

2013-06-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-4921: -- Attachment: SOLR-4921.patch CSV support, Raw Solr Command support. commitWithin, overwrite

[jira] [Commented] (SOLR-4914) Refactor core persistence to reflect deprecating the core tags in solr.xml

2013-06-14 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683363#comment-13683363 ] Alan Woodward commented on SOLR-4914: - Thanks for opening this, Erick. I think it

[jira] [Commented] (SOLR-4872) Allow schema analysis object factories to be cleaned up properly when the core shuts down

2013-06-14 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683402#comment-13683402 ] Yonik Seeley commented on SOLR-4872: bq. For individual objects of shorter lifetime,

Re: [jira] [Created] (SOLR-4927) search pattern issues

2013-06-14 Thread Jack Krupansky
Please pursue this on the Solr user mailing list first - unless you have specific reasons that there is a bug in Solr - and I would note that you offered no indications in your description that there is an actual problem with Solr itself. -- Jack Krupansky -Original Message- From:

[jira] [Created] (SOLR-4928) Configure UnInvertedField to skip terms with too high or too low document frequency

2013-06-14 Thread David Smiley (JIRA)
David Smiley created SOLR-4928: -- Summary: Configure UnInvertedField to skip terms with too high or too low document frequency Key: SOLR-4928 URL: https://issues.apache.org/jira/browse/SOLR-4928 Project:

[jira] [Commented] (SOLR-4872) Allow schema analysis object factories to be cleaned up properly when the core shuts down

2013-06-14 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683443#comment-13683443 ] Benson Margulies commented on SOLR-4872: Originally, Hoss documented some disquiet

Re: LUCENE-2145, How to proceed on Tokenizer.close()

2013-06-14 Thread Robert Muir
i still think we can fix this without changing APIs: something like just having the tokenizer close the reader in end() instead of close(). Then remove close() from the consumer lifecycle (its only called e.g. when analyzer.close() releases its CLoseableThreadLocals of reused streams). Index:

[jira] [Commented] (LUCENE-5058) IOException when trying to delete data from index

2013-06-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683469#comment-13683469 ] Michael McCandless commented on LUCENE-5058: This happens because when you

[jira] [Resolved] (LUCENE-5058) IOException when trying to delete data from index

2013-06-14 Thread Christian (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian resolved LUCENE-5058. --- Resolution: Not A Problem No error, expected behaviour on windows. IOException

[jira] [Commented] (LUCENE-5058) IOException when trying to delete data from index

2013-06-14 Thread Christian (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683499#comment-13683499 ] Christian commented on LUCENE-5058: --- Okay, thanks! IOException when

[jira] [Resolved] (SOLR-4927) search pattern issues

2013-06-14 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-4927. -- Resolution: Invalid Please discuss this question on the user's list to ascertain whether it's a

[jira] [Commented] (LUCENE-4740) Weak references cause extreme GC churn

2013-06-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683594#comment-13683594 ] Uwe Schindler commented on LUCENE-4740: --- bq. Therefore I have a simple question. If

[jira] [Commented] (LUCENE-5056) Indexing non-point shapes close to the poles doesn't scale

2013-06-14 Thread Hal Deadman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683596#comment-13683596 ] Hal Deadman commented on LUCENE-5056: - This might not be the same issue, but we have

[jira] [Resolved] (LUCENE-4740) Weak references cause extreme GC churn

2013-06-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-4740. --- Resolution: Fixed Fix Version/s: 5.0 Weak references cause extreme GC churn

[jira] [Assigned] (LUCENE-4740) Weak references cause extreme GC churn

2013-06-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-4740: - Assignee: Uwe Schindler Weak references cause extreme GC churn

[jira] [Commented] (LUCENE-5056) Indexing non-point shapes close to the poles doesn't scale

2013-06-14 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683606#comment-13683606 ] David Smiley commented on LUCENE-5056: -- The WKT spec says counter-clockwise order

[jira] [Commented] (SOLR-4403) The CoreAdminRequest.Create class does not support replicationFactor, maxShardsPerNode parameters

2013-06-14 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683650#comment-13683650 ] Shawn Heisey commented on SOLR-4403: The replicationFactor and maxShardsPerNode

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 546 - Failure!

2013-06-14 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/546/ Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. REGRESSION: org.apache.solr.client.solrj.TestBatchUpdate.testWithBinary Error Message: IOException occured when talking to server at:

[jira] [Commented] (LUCENE-5038) Don't call MergePolicy / IndexWriter during DWPT Flush

2013-06-14 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683694#comment-13683694 ] Commit Tag Bot commented on LUCENE-5038: [branch_4x commit] simonw

[jira] [Updated] (LUCENE-5038) Don't call MergePolicy / IndexWriter during DWPT Flush

2013-06-14 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5038: Affects Version/s: 5.0 Fix Version/s: 5.0 Don't call MergePolicy /

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_45) - Build # 6066 - Still Failing!

2013-06-14 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6066/ Java: 32bit/jdk1.6.0_45 -server -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.lucene.spatial.prefix.SpatialOpRecursivePrefixTreeTest.testContains {#1 seed=[9166D28D6532217A:472BE5C4B7344982]} Error Message: Shouldn't

[jira] [Resolved] (LUCENE-5038) Don't call MergePolicy / IndexWriter during DWPT Flush

2013-06-14 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-5038. - Resolution: Fixed Lucene Fields: New,Patch Available (was: New) Don't call

[jira] [Commented] (SOLR-2305) DataImportScheduler

2013-06-14 Thread Smita Raval (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683700#comment-13683700 ] Smita Raval commented on SOLR-2305: --- I would also vote for DataImport scheduler. It

[jira] [Comment Edited] (SOLR-2305) DataImportScheduler

2013-06-14 Thread Smita Raval (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683700#comment-13683700 ] Smita Raval edited comment on SOLR-2305 at 6/14/13 7:42 PM: I

Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_45) - Build # 6066 - Still Failing!

2013-06-14 Thread David Smiley (@MITRE.org)
Darn; I haven't noticed these failures. I'll investigate. I need to set up some sort of email filter alert system so they come to my attention immediately. (without knowing what the bug is; it's most likely in the complicated test). ~ David Policeman Jenkins Server-2 wrote Build:

[jira] [Updated] (SOLR-4805) SolrCloud - RELOAD on collections or cores leaves collection offline and unusable till restart

2013-06-14 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-4805: --- Summary: SolrCloud - RELOAD on collections or cores leaves collection offline and unusable till

Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_45) - Build # 6066 - Still Failing!

2013-06-14 Thread Simon Willnauer
thanks david for taking a look. Can you maybe @Ignore the test until you get it fixed unless you are prioritising this. :) simon On Fri, Jun 14, 2013 at 9:47 PM, David Smiley (@MITRE.org) dsmi...@mitre.org wrote: Darn; I haven't noticed these failures. I'll investigate. I need to set up

[jira] [Updated] (LUCENE-5029) factor out a generic 'TermState' for better sharing in FST-based term dict

2013-06-14 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Han Jiang updated LUCENE-5029: -- Attachment: LUCENE-5029.patch LUCENE-5029.algebra.patch Just got rid of the hairy

[jira] [Commented] (LUCENE-5029) factor out a generic 'TermState' for better sharing in FST-based term dict

2013-06-14 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683723#comment-13683723 ] Han Jiang commented on LUCENE-5029: --- {quote} Also, at write time, it'd be nice if the

[jira] [Assigned] (LUCENE-5006) Simplify / understand IndexWriter/DocumentsWriter synchronization

2013-06-14 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-5006: --- Assignee: Simon Willnauer Simplify / understand IndexWriter/DocumentsWriter

[jira] [Updated] (LUCENE-5006) Simplify / understand IndexWriter/DocumentsWriter synchronization

2013-06-14 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5006: Attachment: LUCENE-5006.patch here is a first/rough cut with some nocommits but it shows

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b93) - Build # 6067 - Still Failing!

2013-06-14 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6067/ Java: 32bit/jdk1.8.0-ea-b93 -client -XX:+UseParallelGC 1 tests failed. REGRESSION: org.apache.lucene.index.TestBackwardsCompatibility3x.testExactFileNames Error Message: incorrect filenames in index: expected: _0.cfe

Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b93) - Build # 6067 - Still Failing!

2013-06-14 Thread Uwe Schindler
Seems related to the changes in merge policies and cfs. Policeman Jenkins Server jenk...@thetaphi.de schrieb: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6067/ Java: 32bit/jdk1.8.0-ea-b93 -client -XX:+UseParallelGC 1 tests failed. REGRESSION:

Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b93) - Build # 6067 - Still Failing!

2013-06-14 Thread Simon Willnauer
I am on it. On Fri, Jun 14, 2013 at 10:32 PM, Uwe Schindler u...@thetaphi.de wrote: Seems related to the changes in merge policies and cfs. Policeman Jenkins Server jenk...@thetaphi.de schrieb: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6067/ Java: 32bit/jdk1.8.0-ea-b93

Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b93) - Build # 6067 - Still Failing!

2013-06-14 Thread Simon Willnauer
I committed a fix On Fri, Jun 14, 2013 at 10:33 PM, Simon Willnauer simon.willna...@gmail.com wrote: I am on it. On Fri, Jun 14, 2013 at 10:32 PM, Uwe Schindler u...@thetaphi.de wrote: Seems related to the changes in merge policies and cfs. Policeman Jenkins Server

[jira] [Commented] (LUCENE-5038) Don't call MergePolicy / IndexWriter during DWPT Flush

2013-06-14 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683756#comment-13683756 ] Commit Tag Bot commented on LUCENE-5038: [branch_4x commit] simonw

[jira] [Commented] (SOLR-4791) solr.xml sharedLib does not work in 4.3.0

2013-06-14 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-4791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683761#comment-13683761 ] Jan Høydahl commented on SOLR-4791: --- Testing the new 4.3.1 - still not getting sharedLib

[jira] [Commented] (SOLR-4791) solr.xml sharedLib does not work in 4.3.0

2013-06-14 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683834#comment-13683834 ] Erick Erickson commented on SOLR-4791: -- I certainly never backported it, and there's

Fwd: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_45) - Build # 6066 - Still Failing!

2013-06-14 Thread david.w.smi...@gmail.com
Dawid, Could you please take a look at the reproducibility of this test failure in lucene/spatial? I tried to reproduce it but couldn't, and I thought perhaps you might have some insight because I'm using some RandomizedTesting features that aren't as often used, like @Repeat. For example, one

[JENKINS] Lucene-Solr-Tests-4.x-Java7 - Build # 1332 - Still Failing

2013-06-14 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java7/1332/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestFieldsReader.testExceptions Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at

[jira] [Commented] (SOLR-4924) indices getting out of sync with SolrCloud

2013-06-14 Thread Luis Guerrero (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683849#comment-13683849 ] Luis Guerrero commented on SOLR-4924: - Wouldn't the core with the higher version number

[jira] [Commented] (SOLR-4791) solr.xml sharedLib does not work in 4.3.0

2013-06-14 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-4791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683878#comment-13683878 ] Jan Høydahl commented on SOLR-4791: --- Ok, I see what happened, the CHANGES commit 1481043

[jira] [Updated] (SOLR-4791) solr.xml sharedLib does not work in 4.3.0

2013-06-14 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-4791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-4791: -- Fix Version/s: (was: 4.3.1) solr.xml sharedLib does not work in 4.3.0

[jira] [Updated] (SOLR-4923) Replica index is one version behind sending the commit to non-leader instance

2013-06-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-4923: --- Attachment: SOLR-4923_hoss_test.patch [~markrmil...@gmail.com] here's a patch that modifies

Adding a mixture of language models to Lucene 4.0

2013-06-14 Thread Nikita Zhiltsov
Hi all, I've just published a tiny extension to Lucene 4.0, which enables a mixture of language models using standard FunctionQuery and ValueSource classes: https://github.com/nzhiltsov/lucene-mlm I'd like you to assess the possibility of integrating this code into Lucene. Appreciate any

[jira] [Assigned] (SOLR-4923) Replica index is one version behind sending the commit to non-leader instance

2013-06-14 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-4923: - Assignee: Mark Miller Replica index is one version behind sending the commit to non-leader

[jira] [Commented] (SOLR-4791) solr.xml sharedLib does not work in 4.3.0

2013-06-14 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13684082#comment-13684082 ] Shalin Shekhar Mangar commented on SOLR-4791: - Ah, so what should we do now? I