[jira] [Updated] (SOLR-2141) NullPointerException when using escapeSql function

2012-11-15 Thread Dominik Siebel (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Siebel updated SOLR-2141: - Attachment: SOLR-2141.patch NullPointerException when using escapeSql function

[jira] [Updated] (SOLR-2141) NullPointerException when using escapeSql function

2012-11-15 Thread Dominik Siebel (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Siebel updated SOLR-2141: - Attachment: (was: SOLR-2141.patch) NullPointerException when using escapeSql function

[jira] [Updated] (SOLR-2141) NullPointerException when using escapeSql function

2012-11-15 Thread Dominik Siebel (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Siebel updated SOLR-2141: - Attachment: SOLR-2141.patch NullPointerException when using escapeSql function

[jira] [Updated] (SOLR-4070) OverSeerCollectionProcessor.createCollection() parameters issue.

2012-11-15 Thread Po Rui (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Po Rui updated SOLR-4070: - Attachment: SOLR-4070.patch OverSeerCollectionProcessor.createCollection() parameters issue.

[jira] [Updated] (SOLR-4070) OverSeerCollectionProcessor.createCollection() parameters issue.

2012-11-15 Thread Po Rui (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Po Rui updated SOLR-4070: - Attachment: (was: SOLR-4070.patch) OverSeerCollectionProcessor.createCollection() parameters issue.

[jira] [Commented] (SOLR-3993) SolrCloud leader election on single node stucks the initialization

2012-11-15 Thread Alexey Kudinov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13497874#comment-13497874 ] Alexey Kudinov commented on SOLR-3993: -- Thanks Mark! I will test it as soon as

[jira] [Created] (SOLR-4079) Long core names break web gui appearance and functionality

2012-11-15 Thread Janko Luin (JIRA)
Janko Luin created SOLR-4079: Summary: Long core names break web gui appearance and functionality Key: SOLR-4079 URL: https://issues.apache.org/jira/browse/SOLR-4079 Project: Solr Issue Type:

[jira] [Updated] (SOLR-4079) Long core names break web gui appearance and functionality

2012-11-15 Thread Janko Luin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Janko Luin updated SOLR-4079: - Attachment: Screen Shot 2012-11-15 at 10.40.29.png Long core names break web gui appearance and

[jira] [Updated] (SOLR-4079) Long core names break web gui appearance and functionality

2012-11-15 Thread Janko Luin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Janko Luin updated SOLR-4079: - Attachment: proposed_patch.css The proposed patch is directly usable as a user-specific stylesheet, e.g.

[jira] [Commented] (SOLR-4071) CollectionsHandler.handleCreateAction() doesn't validate parameter count and type

2012-11-15 Thread Po Rui (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13497881#comment-13497881 ] Po Rui commented on SOLR-4071: -- yes. the null object got by SolrQueryRequest.getParams().get()

Question about CompressingCodec

2012-11-15 Thread Shai Erera
Hi I looked at CompressingCodec and had a couple of questions until I realized it's a test code only. I understand that creating a Codec class is not favorable, because of back-compat issues (that may arise in the future), so I'll ask that -- what if we made it a non-test class, which takes any

The distinction between a Wrapper and a Filter

2012-11-15 Thread Shai Erera
Hi Several objects introduce a Filter/Wrapper, which essentially act as delegators. E.g. FilterDirectory, FilterCodec, FilterAtomicReader, and while not strictly a delegator - SlowCompositeReaderWrapper. I would like to rename all the above Filters to Wrappers, e.g. DirectoryWrapper,

Re: Question about CompressingCodec

2012-11-15 Thread Adrien Grand
Hi Shai, On Thu, Nov 15, 2012 at 11:39 AM, Shai Erera ser...@gmail.com wrote: what if we made it a non-test class, which takes any Codec to wrap (i.e. not default to Lucene41Codec)? What would be the benefits of having this class vs. extending FilterCodec? While at that, should

Re: Question about CompressingCodec

2012-11-15 Thread Shai Erera
There's no real benefit except for perhaps discovery. I hit this code while pressing F4 in eclipse on FilterCodec. I'm not sure that I'd do the same for StoredFieldsFormat, but perhaps I just need to get used to it. It's like how I discover Analyzers, I search for Analyzer extensions, not

[jira] [Created] (SOLR-4080) SolrJ: CloudSolrServer atomic updates doesn´t work with Lists/Arrays (Objects, in general).

2012-11-15 Thread Luis Cappa Banda (JIRA)
Luis Cappa Banda created SOLR-4080: -- Summary: SolrJ: CloudSolrServer atomic updates doesn´t work with Lists/Arrays (Objects, in general). Key: SOLR-4080 URL: https://issues.apache.org/jira/browse/SOLR-4080

[jira] [Created] (SOLR-4081) QueryParsing.toString(Query,IndexSchema) does not properly handle WrappedQuery

2012-11-15 Thread Eirik Lygre (JIRA)
Eirik Lygre created SOLR-4081: - Summary: QueryParsing.toString(Query,IndexSchema) does not properly handle WrappedQuery Key: SOLR-4081 URL: https://issues.apache.org/jira/browse/SOLR-4081 Project: Solr

Re: The distinction between a Wrapper and a Filter

2012-11-15 Thread Adrien Grand
Hi, On Thu, Nov 15, 2012 at 11:52 AM, Shai Erera ser...@gmail.com wrote: Several objects introduce a Filter/Wrapper, which essentially act as delegators. E.g. FilterDirectory, FilterCodec, FilterAtomicReader, and while not strictly a delegator - SlowCompositeReaderWrapper. I would like to

Re: The distinction between a Wrapper and a Filter

2012-11-15 Thread Shai Erera
I'm not sure that we should follow java.io because the IO package doesn't e.g. filter bytes, so maybe the name FilterInputStream made sense to someone at some point (it doesn't to me). But also, in Lucene we already have Filter which is recognized as filtering documents, and hence was my confusion

Re: The distinction between a Wrapper and a Filter

2012-11-15 Thread Robert Muir
On Thu, Nov 15, 2012 at 5:16 AM, Shai Erera ser...@gmail.com wrote: But also, in Lucene we already have Filter which is recognized as filtering documents, and hence was my confusion - that another Filter* class would filter out some data too. I like using the java.io FilterXXX, but I don't

Re: The distinction between a Wrapper and a Filter

2012-11-15 Thread Shai Erera
But then, as I noted about LUCENE-2632, you'd have a FilteringCodec extends FilterCodec. That's confusing. I personally don't think that FilterInputStream is a good example, b/c there's no other filter when it comes to IO. Shai On Thu, Nov 15, 2012 at 3:35 PM, Robert Muir rcm...@gmail.com

[jira] [Updated] (SOLR-4073) Overseer will miss operations in some cases for OverseerCollectionProcessor

2012-11-15 Thread Raintung Li (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raintung Li updated SOLR-4073: -- Summary: Overseer will miss operations in some cases for OverseerCollectionProcessor (was: Overseer

Re: The distinction between a Wrapper and a Filter

2012-11-15 Thread Robert Muir
On Thu, Nov 15, 2012 at 5:47 AM, Shai Erera ser...@gmail.com wrote: But then, as I noted about LUCENE-2632, you'd have a FilteringCodec extends FilterCodec. That's confusing. I personally don't think that FilterInputStream is a good example, b/c there's no other filter when it comes to IO.

Re: The distinction between a Wrapper and a Filter

2012-11-15 Thread Shai Erera
ok, then FilterIO - all are bad examples :). Anyway, not going to argue too much about it ... if people are against it, then people are against it. Shai On Thu, Nov 15, 2012 at 3:52 PM, Robert Muir rcm...@gmail.com wrote: On Thu, Nov 15, 2012 at 5:47 AM, Shai Erera ser...@gmail.com wrote:

[jira] [Created] (SOLR-4082) Importing a SOLR core in Subversion breaks SOLR

2012-11-15 Thread MenS (JIRA)
MenS created SOLR-4082: -- Summary: Importing a SOLR core in Subversion breaks SOLR Key: SOLR-4082 URL: https://issues.apache.org/jira/browse/SOLR-4082 Project: Solr Issue Type: Bug Components:

[jira] [Created] (SOLR-4083) Deprecate specifying individual core information in solr.xml. Possibly deprecate solr.xml entirely

2012-11-15 Thread Erick Erickson (JIRA)
Erick Erickson created SOLR-4083: Summary: Deprecate specifying individual core information in solr.xml. Possibly deprecate solr.xml entirely Key: SOLR-4083 URL: https://issues.apache.org/jira/browse/SOLR-4083

[jira] [Commented] (SOLR-1306) Support pluggable persistence/loading of solr.xml details

2012-11-15 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498034#comment-13498034 ] Erick Erickson commented on SOLR-1306: -- The use-case has come up on the list for quite

[jira] [Updated] (SOLR-4082) Importing a SOLR core in Subversion breaks SOLR

2012-11-15 Thread MenS (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] MenS updated SOLR-4082: --- Priority: Major (was: Critical) Importing a SOLR core in Subversion breaks SOLR

[jira] [Updated] (SOLR-4082) Importing a SOLR core in Subversion breaks SOLR

2012-11-15 Thread MenS (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] MenS updated SOLR-4082: --- Description: When adding a working core into a subversion repository, a .svn-directory is created in

[jira] [Updated] (SOLR-4082) Importing a SOLR core in Subversion breaks SOLR

2012-11-15 Thread MenS (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] MenS updated SOLR-4082: --- Environment: Ubuntu 12.04 LTS with fixes applied (64 bit), jetty 6 as servlet containter SHELL=/bin/bash TERM=xterm

Re: Difference between softCommit and hardCommit?

2012-11-15 Thread Mark Miller
Hard commit is about persistence - you should usually use it with openSearcher=false now. It flushes deletes, calls fsync, ensures data is on stable storage. It also flushes the update log. Soft commit is about visibility. It does not flush deletes or call fsync. It opens a new Searcher from the

[jira] [Commented] (SOLR-4080) SolrJ: CloudSolrServer atomic updates doesn´t work with Lists/Arrays (Objects, in general).

2012-11-15 Thread Luis Cappa Banda (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498055#comment-13498055 ] Luis Cappa Banda commented on SOLR-4080: I´ve noticed that the same occurrs using

[jira] [Comment Edited] (SOLR-4080) SolrJ: CloudSolrServer atomic updates doesn´t work with Lists/Arrays (Objects, in general).

2012-11-15 Thread Luis Cappa Banda (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498055#comment-13498055 ] Luis Cappa Banda edited comment on SOLR-4080 at 11/15/12 2:50 PM:

[jira] [Updated] (SOLR-4080) SolrJ: CloudSolrServer atomic updates doesn´t work with Lists/Arrays (Objects, in general).

2012-11-15 Thread Luis Cappa Banda (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luis Cappa Banda updated SOLR-4080: --- Description: Atomic updates with a CloudSolrServer object instance doesn´t work properly. -

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b58) - Build # 2500 - Failure!

2012-11-15 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/2500/ Java: 64bit/jdk1.8.0-ea-b58 -XX:+UseConcMarkSweepGC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.lucene.index.TestBagOfPositions Error Message: Suite timeout exceeded (= 720 msec). Stack Trace:

Spatial4j dependency in lucene 4.0.0, final

2012-11-15 Thread karl.wright
Hi guys, The 4.0.0 lucene-spatial maven dependency on spatial4j is UNVERSIONED. But the two spatial4j versions in play (0.2 and 0.3) are significantly different. We have code developed for lucene-spatial 4.0.0 beta which doesn't seem to compile with either spatial4j version. What was the

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

2012-11-15 Thread Robert Muir
to be fair, it did get SimpleText. But why would it be *that* slow? On Thu, Nov 15, 2012 at 7:23 AM, Policeman Jenkins Server jenk...@sd-datasolutions.de wrote: Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/2500/ Java: 64bit/jdk1.8.0-ea-b58 -XX:+UseConcMarkSweepGC 2

[jira] [Created] (LUCENE-4560) Support Filtering Segments During Merge

2012-11-15 Thread Tim Smith (JIRA)
Tim Smith created LUCENE-4560: - Summary: Support Filtering Segments During Merge Key: LUCENE-4560 URL: https://issues.apache.org/jira/browse/LUCENE-4560 Project: Lucene - Core Issue Type:

[jira] [Commented] (LUCENE-4557) Indexed Offsets Can Be Lost During Merge

2012-11-15 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498079#comment-13498079 ] Tim Smith commented on LUCENE-4557: --- Spun off LUCENE-4560 for supporting filtering

[jira] [Commented] (SOLR-4057) SolrCloud will not run on the root context.

2012-11-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498084#comment-13498084 ] Mark Miller commented on SOLR-4057: --- I actually don't like the idea of making empty

Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/ibm-j9-jdk6) - Build # 2472 - Failure!

2012-11-15 Thread Michael McCandless
This scary assert tripped again ... I'll open an issue ... Mike McCandless http://blog.mikemccandless.com On Wed, Nov 14, 2012 at 7:00 PM, Policeman Jenkins Server jenk...@sd-datasolutions.de wrote: Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/2472/ Java:

[jira] [Updated] (LUCENE-4560) Support Filtering Segments During Merge

2012-11-15 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Smith updated LUCENE-4560: -- Attachment: LUCENE-4560.patch Attaching patch patch adds MergeSegmentFilter base class and adds

[jira] [Comment Edited] (LUCENE-4560) Support Filtering Segments During Merge

2012-11-15 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498087#comment-13498087 ] Tim Smith edited comment on LUCENE-4560 at 11/15/12 4:03 PM: -

[jira] [Commented] (SOLR-4083) Deprecate specifying individual core information in solr.xml. Possibly deprecate solr.xml entirely

2012-11-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498092#comment-13498092 ] Mark Miller commented on SOLR-4083: --- I think the core sys properties can go. I think the

[jira] [Created] (LUCENE-4561) DWPT assert tripped again

2012-11-15 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-4561: -- Summary: DWPT assert tripped again Key: LUCENE-4561 URL: https://issues.apache.org/jira/browse/LUCENE-4561 Project: Lucene - Core Issue Type:

[jira] [Commented] (SOLR-1306) Support pluggable persistence/loading of solr.xml details

2012-11-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498096#comment-13498096 ] Mark Miller commented on SOLR-1306: --- I still don't understand the motivation. You can do

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

2012-11-15 Thread Michael McCandless
It got SerialMergeScheduler and MockRandomMergePolicy, and maxBufferedDocs=5. Bad luck ... I had to cut back numTerms for TestBagOfPostings if it's SimpleText ... I'll do the same thing here ... Mike McCandless http://blog.mikemccandless.com On Thu, Nov 15, 2012 at 10:27 AM, Robert Muir

Poor man's shard splitting

2012-11-15 Thread Erick Erickson
Hmmm, I actually suspect this would fall down for the very data sets where shard-splitting is most useful (i.e. a huge corpus that needs more shards and re-indexing is a very costly operation), but I thought I'd toss it out there. Basically, if SolrCloud had a special delete mode or even a

[jira] [Created] (SOLR-4084) Add factory for FuzzySuggester

2012-11-15 Thread Robert Muir (JIRA)
Robert Muir created SOLR-4084: - Summary: Add factory for FuzzySuggester Key: SOLR-4084 URL: https://issues.apache.org/jira/browse/SOLR-4084 Project: Solr Issue Type: New Feature

[jira] [Commented] (LUCENE-4561) DWPT assert tripped again

2012-11-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498126#comment-13498126 ] Robert Muir commented on LUCENE-4561: - Reproduces for me too on mac (I explicitly did

[jira] [Commented] (SOLR-4083) Deprecate specifying individual core information in solr.xml. Possibly deprecate solr.xml entirely

2012-11-15 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498133#comment-13498133 ] Erick Erickson commented on SOLR-4083: -- Momm! He keeps bugging me G...

[jira] [Commented] (LUCENE-4558) Make CompressingStoredFieldsFormat more flexible

2012-11-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498141#comment-13498141 ] Robert Muir commented on LUCENE-4558: - {quote} Why would we need hacks? Wouldn't it

[JENKINS] Lucene-Solr-Tests-trunk-java7 - Build # 3404 - Failure

2012-11-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-java7/3404/ No tests ran. Build Log: [...truncated 24298 lines...] FATAL: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel hudson.remoting.RequestAbortedException:

[jira] [Assigned] (LUCENE-4561) DWPT assert tripped again

2012-11-15 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-4561: --- Assignee: Simon Willnauer DWPT assert tripped again -

[jira] [Commented] (LUCENE-4561) DWPT assert tripped again

2012-11-15 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498152#comment-13498152 ] Simon Willnauer commented on LUCENE-4561: - reproduces for me too! I will look

[jira] [Commented] (SOLR-4083) Deprecate specifying individual core information in solr.xml. Possibly deprecate solr.xml entirely

2012-11-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498161#comment-13498161 ] Mark Miller commented on SOLR-4083: --- bq. loading core info is a background thread We

[jira] [Comment Edited] (SOLR-4083) Deprecate specifying individual core information in solr.xml. Possibly deprecate solr.xml entirely

2012-11-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498161#comment-13498161 ] Mark Miller edited comment on SOLR-4083 at 11/15/12 5:38 PM: -

[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 95 - Failure

2012-11-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/95/ No tests ran. Build Log: [...truncated 824 lines...] FATAL: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel hudson.remoting.RequestAbortedException:

[jira] [Commented] (SOLR-4075) Upon removing the last core of a shard, the shard is not removed from the cluster state.

2012-11-15 Thread Gilles Comeau (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498218#comment-13498218 ] Gilles Comeau commented on SOLR-4075: - This worked perfectly for us in test today, and

[jira] [Updated] (SOLR-3585) processing updates in multiple threads

2012-11-15 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-3585: --- Affects Version/s: 5.0 processing updates in multiple threads

[jira] [Updated] (SOLR-3585) processing updates in multiple threads

2012-11-15 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-3585: --- Priority: Major (was: Minor) processing updates in multiple threads

[jira] [Created] (SOLR-4085) Commit-free ExternalFileField

2012-11-15 Thread Mikhail Khludnev (JIRA)
Mikhail Khludnev created SOLR-4085: -- Summary: Commit-free ExternalFileField Key: SOLR-4085 URL: https://issues.apache.org/jira/browse/SOLR-4085 Project: Solr Issue Type: Improvement

[jira] [Updated] (SOLR-4085) Commit-free ExternalFileField

2012-11-15 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-4085: --- Attachment: SOLR-4085.patch pls find patch with test coverage Key design points: - does not

Re: Commit-free ExternalFileField

2012-11-15 Thread Mikhail Khludnev
Alan, Please find the patch attached https://issues.apache.org/jira/browse/SOLR-4085 Regards On Wed, Nov 14, 2012 at 12:42 AM, Alan Woodward alan.woodw...@romseysoftware.co.uk wrote: Hi Mikhail, I would definitely be interested! Open a JIRA, and let's see what you've come up with :-)

Re: Spatial4j dependency in lucene 4.0.0, final

2012-11-15 Thread Smiley, David W.
Hi Karl! You say that the dependency isn't versioned, but all dependencies are versioned. If you say it's unversioned because you can't see the version in the pom for lucene-spatial, that's because it's specified in the dependencyManagement section of the parent pom for lucene itself. Lucene

RE: Spatial4j dependency in lucene 4.0.0, final

2012-11-15 Thread karl.wright
Hi David, We found the version in the grandparent pom, so that's ok. The build issue against 0.2 was due to other changes in Lucene 4.0.0-BETA vs. Lucene 4.0.0. I am willing to assist to some extent with spatial4j, if that is yours. It changed significantly from 0.2 to 0.3, and not just in

[jira] [Commented] (LUCENE-4547) DocValues field broken on large indexes

2012-11-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498345#comment-13498345 ] Adrien Grand commented on LUCENE-4547: -- I'm having a look at the branch, and it

Re: Spatial4j dependency in lucene 4.0.0, final

2012-11-15 Thread Smiley, David W.
On Nov 15, 2012, at 4:09 PM, karl.wri...@nokia.commailto:karl.wri...@nokia.com wrote: I am willing to assist to some extent with spatial4j, if that is yours. FYI the Spatial4j dev list is here: http://spatial4j.16575.n6.nabble.com It changed significantly from 0.2 to 0.3, and not just in

[jira] [Commented] (SOLR-3926) solrj should support better way of finding active sorts

2012-11-15 Thread Eirik Lygre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498352#comment-13498352 ] Eirik Lygre commented on SOLR-3926: --- Things that seem simple sometimes are. Sometimes

[jira] [Commented] (SOLR-4083) Deprecate specifying individual core information in solr.xml. Possibly deprecate solr.xml entirely

2012-11-15 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498356#comment-13498356 ] Erick Erickson commented on SOLR-4083: -- bq: I'm also not sure why you would load this

[jira] [Commented] (LUCENE-4547) DocValues field broken on large indexes

2012-11-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498359#comment-13498359 ] Robert Muir commented on LUCENE-4547: - These are hard questions. My personal goal

[jira] [Assigned] (SOLR-4081) QueryParsing.toString(Query,IndexSchema) does not properly handle WrappedQuery

2012-11-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-4081: -- Assignee: Yonik Seeley QueryParsing.toString(Query,IndexSchema) does not properly handle

[jira] [Created] (SOLR-4086) Refactor DIH - VariableResolver Evaluator

2012-11-15 Thread James Dyer (JIRA)
James Dyer created SOLR-4086: Summary: Refactor DIH - VariableResolver Evaluator Key: SOLR-4086 URL: https://issues.apache.org/jira/browse/SOLR-4086 Project: Solr Issue Type: Improvement

[jira] [Updated] (SOLR-4086) Refactor DIH - VariableResolver Evaluator

2012-11-15 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer updated SOLR-4086: - Attachment: SOLR-4086.patch This is a big patch, but much of it is from moving code. All tests pass with

[jira] [Commented] (SOLR-4086) Refactor DIH - VariableResolver Evaluator

2012-11-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498433#comment-13498433 ] Uwe Schindler commented on SOLR-4086: - Does this fix all default Locale bugs in DIH? If

[jira] [Commented] (SOLR-4086) Refactor DIH - VariableResolver Evaluator

2012-11-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498455#comment-13498455 ] Robert Muir commented on SOLR-4086: --- {quote} I am happy, that you are taking care,

[jira] [Resolved] (SOLR-4081) QueryParsing.toString(Query,IndexSchema) does not properly handle WrappedQuery

2012-11-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-4081. Resolution: Fixed Thanks Eirik, I've committed a fix to trunk 4x.

[jira] [Created] (SOLR-4087) MoreLikeThis missing MAX_DOC_FREQ options

2012-11-15 Thread Andrew Janowczyk (JIRA)
Andrew Janowczyk created SOLR-4087: -- Summary: MoreLikeThis missing MAX_DOC_FREQ options Key: SOLR-4087 URL: https://issues.apache.org/jira/browse/SOLR-4087 Project: Solr Issue Type:

[jira] [Updated] (SOLR-4087) MoreLikeThis missing MAX_DOC_FREQ options

2012-11-15 Thread Andrew Janowczyk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Janowczyk updated SOLR-4087: --- Attachment: MorelikeThis-maxdocfreq.patch Small patch adding missing functionality

[jira] [Updated] (SOLR-4087) MoreLikeThis missing MAX_DOC_FREQ option

2012-11-15 Thread Andrew Janowczyk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Janowczyk updated SOLR-4087: --- Summary: MoreLikeThis missing MAX_DOC_FREQ option (was: MoreLikeThis missing MAX_DOC_FREQ

[jira] [Commented] (SOLR-4083) Deprecate specifying individual core information in solr.xml. Possibly deprecate solr.xml entirely

2012-11-15 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498495#comment-13498495 ] Erick Erickson commented on SOLR-4083: -- OK, Old Macbook Pro (2009 vintage). Fresh boot

[jira] [Updated] (SOLR-4087) MoreLikeThis missing MAX_DOC_FREQ option

2012-11-15 Thread Andrew Janowczyk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Janowczyk updated SOLR-4087: --- Fix Version/s: 4.1 MoreLikeThis missing MAX_DOC_FREQ option

[jira] [Commented] (SOLR-4086) Refactor DIH - VariableResolver Evaluator

2012-11-15 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498511#comment-13498511 ] James Dyer commented on SOLR-4086: -- I don't believe it fixes all of SOLR-1916, and

[jira] [Commented] (SOLR-4083) Deprecate specifying individual core information in solr.xml. Possibly deprecate solr.xml entirely

2012-11-15 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498517#comment-13498517 ] Erick Erickson commented on SOLR-4083: -- I tried a simple threading experiment and it

[jira] [Updated] (SOLR-3959) csv output is invalid csv if there is a currency field

2012-11-15 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated SOLR-3959: --- Attachment: SOLR-3959.patch enabled escaping for other poly fields (latlon, point)

[jira] [Resolved] (SOLR-4082) Importing a SOLR core in Subversion breaks SOLR

2012-11-15 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic resolved SOLR-4082. Resolution: Won't Fix Hm, this doesn't sound like a Solr issue. If you know .svn directory

[jira] [Commented] (SOLR-1306) Support pluggable persistence/loading of solr.xml details

2012-11-15 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498629#comment-13498629 ] Noble Paul commented on SOLR-1306: -- I agree with Mark. If we move to the model where cores

[jira] [Created] (SOLR-4088) ZkController baseURL only get the host name not address, will occur can't get the right URL to do recovery.

2012-11-15 Thread Raintung Li (JIRA)
Raintung Li created SOLR-4088: - Summary: ZkController baseURL only get the host name not address, will occur can't get the right URL to do recovery. Key: SOLR-4088 URL:

[jira] [Updated] (SOLR-4088) ZkController baseURL only get the host name not address, will occur can't get the right URL to do recovery.

2012-11-15 Thread Raintung Li (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raintung Li updated SOLR-4088: -- Attachment: patch-4088.txt ZkController baseURL only get the host name not address, will occur

[jira] [Updated] (SOLR-4088) ZkController baseURL only get the host name not address, will occur can't get the right URL to do recovery.

2012-11-15 Thread Raintung Li (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raintung Li updated SOLR-4088: -- Attachment: (was: patch-4088.txt) ZkController baseURL only get the host name not address,

[jira] [Updated] (SOLR-4088) ZkController baseURL only get the host name not address, will occur can't get the right URL to do recovery.

2012-11-15 Thread Raintung Li (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raintung Li updated SOLR-4088: -- Attachment: patch-4088.txt change host name to host address ZkController baseURL only

[jira] [Updated] (SOLR-4084) Add factory for FuzzySuggester

2012-11-15 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated SOLR-4084: --- Attachment: SOLR-4084.patch Added Solr Lookup factory for FuzzySuggester Add