Why Numeric (IntField) tokenized false by Default

2013-06-03 Thread Arjun Dhar
If One refers to the JavaDoc for Sort it states that INDEX and and the field should NOT be TOKENIZED. Its a common use case for Numbers to be Sorted. Am curious to find the default values of say IntField as : TYPE_NOT_STORED.setTokenized(true); Any reason why its tokenized by default? The

[jira] [Commented] (LUCENE-5026) PagedGrowableWriter

2013-06-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13672985#comment-13672985 ] Michael McCandless commented on LUCENE-5026: +1, thanks Adrien. I think you

[jira] [Created] (LUCENE-5030) FuzzySuggester has to operate FSTs of Unicode-letters, not UTF-8, to work correctly for 1-byte (like English) and multi-byte (non-Latin) letters

2013-06-03 Thread Artem Lukanin (JIRA)
Artem Lukanin created LUCENE-5030: - Summary: FuzzySuggester has to operate FSTs of Unicode-letters, not UTF-8, to work correctly for 1-byte (like English) and multi-byte (non-Latin) letters Key: LUCENE-5030 URL:

[jira] [Updated] (LUCENE-5030) FuzzySuggester has to operate FSTs of Unicode-letters, not UTF-8, to work correctly for 1-byte (like English) and multi-byte (non-Latin) letters

2013-06-03 Thread Artem Lukanin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Artem Lukanin updated LUCENE-5030: -- Description: There is a limitation in the current FuzzySuggester implementation: it computes

[jira] [Commented] (SOLR-4655) The Overseer should assign node names by default.

2013-06-03 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673025#comment-13673025 ] Anshum Gupta commented on SOLR-4655: I'm looking at it but here's what fails for me:

[jira] [Commented] (LUCENE-5028) doShare is pointless in PositiveIntOutputs

2013-06-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673035#comment-13673035 ] Michael McCandless commented on LUCENE-5028: The 2nd patch looks great, I'll

[JENKINS] Lucene-Artifacts-4.x - Build # 322 - Failure

2013-06-03 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Artifacts-4.x/322/ No tests ran. Build Log: [...truncated 10342 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Artifacts-4.x/lucene/build.xml:494: java.net.ConnectException: Operation timed out at

[JENKINS] Lucene-Solr-SmokeRelease-4.3 - Build # 18 - Failure

2013-06-03 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.3/18/ No tests ran. Build Log: [...truncated 10147 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.3/build.xml:288: The following error occurred while executing this line:

[jira] [Created] (LUCENE-5031) TrecTopicsReader fails to parse fields title and descriptions when content spans over multiple lines

2013-06-03 Thread Nigel V Thomas (JIRA)
Nigel V Thomas created LUCENE-5031: -- Summary: TrecTopicsReader fails to parse fields title and descriptions when content spans over multiple lines Key: LUCENE-5031 URL:

[jira] [Updated] (SOLR-1632) Distributed IDF

2013-06-03 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Jelsma updated SOLR-1632: Attachment: SOLR-1632.patch Updated patch for trunk: Last Changed Rev: 1488431 Last Changed Date:

[jira] [Updated] (LUCENE-5031) TrecTopicsReader fails to parse fields title and descriptions when content spans over multiple lines

2013-06-03 Thread Nigel V Thomas (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nigel V Thomas updated LUCENE-5031: --- Attachment: LUCENE-5031.patch TrecTopicsReader fails to parse fields title and

[jira] [Resolved] (LUCENE-5028) doShare is pointless in PositiveIntOutputs

2013-06-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-5028. Resolution: Fixed Fix Version/s: 4.4 Thanks Han! doShare

[jira] [Commented] (LUCENE-5028) doShare is pointless in PositiveIntOutputs

2013-06-03 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673121#comment-13673121 ] Han Jiang commented on LUCENE-5028: --- Mike, thanks for the commit!

[jira] [Commented] (SOLR-4655) The Overseer should assign node names by default.

2013-06-03 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673157#comment-13673157 ] Anshum Gupta commented on SOLR-4655: Looks like no slice related info is getting passed

[jira] [Created] (LUCENE-5032) PostingsHighlighter throws IndexOutOfBounds exception when using multivalued fields and get to maxLength

2013-06-03 Thread JIRA
Tomás Fernández Löbbe created LUCENE-5032: - Summary: PostingsHighlighter throws IndexOutOfBounds exception when using multivalued fields and get to maxLength Key: LUCENE-5032 URL:

[jira] [Updated] (LUCENE-5032) PostingsHighlighter throws IndexOutOfBounds exception when using multivalued fields and get to maxLength

2013-06-03 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-5032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe updated LUCENE-5032: -- Attachment: LUCENE-5032.patch PostingsHighlighter throws

[jira] [Commented] (SOLR-3250) Dynamic Field capabilities based on value not name

2013-06-03 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673197#comment-13673197 ] Steve Rowe commented on SOLR-3250: -- Now that we have the ability to dynamically add schema

[jira] [Assigned] (LUCENE-5032) PostingsHighlighter throws IndexOutOfBounds exception when using multivalued fields and get to maxLength

2013-06-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-5032: -- Assignee: Michael McCandless PostingsHighlighter throws IndexOutOfBounds

[jira] [Resolved] (LUCENE-5032) PostingsHighlighter throws IndexOutOfBounds exception when using multivalued fields and get to maxLength

2013-06-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-5032. Resolution: Fixed Fix Version/s: 4.4 5.0 Thanks Tomás!

[jira] [Created] (SOLR-4891) JsonLoader should preserve field value types from the JSON content stream

2013-06-03 Thread Steve Rowe (JIRA)
Steve Rowe created SOLR-4891: Summary: JsonLoader should preserve field value types from the JSON content stream Key: SOLR-4891 URL: https://issues.apache.org/jira/browse/SOLR-4891 Project: Solr

[jira] [Updated] (SOLR-4891) JsonLoader should preserve field value types from the JSON content stream

2013-06-03 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated SOLR-4891: - Attachment: SOLR-4891.patch Simple patch preserving JSON types in {{SolrInputDocument}}, with some tests.

[jira] [Commented] (SOLR-4859) MinFieldValueUpdateProcessorFactory and MaxFieldValueUpdateProcessorFactory don't do numeric comparison for numeric fields

2013-06-03 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673219#comment-13673219 ] Steve Rowe commented on SOLR-4859: -- I have a patch to fix JsonLoader on SOLR-4891.

[jira] [Commented] (SOLR-4853) SolrJettyTestBase can no longer be reused by end users

2013-06-03 Thread John Gibson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673236#comment-13673236 ] John Gibson commented on SOLR-4853: --- Thanks for the patch Hoss Man. I tried it out

Documentation for Solr/Lucene 4.x, termIndexInterval and limitations of Lucene File format

2013-06-03 Thread Tom Burton-West
Hello, The current documentation for Lucene 4.3 file formats says When referring to term numbers, Lucene's current implementation uses a Java int to hold the term index, which means the maximum number of unique terms in any single index segment is ~2.1 billion times the term index interval

[jira] [Updated] (LUCENE-2899) Add OpenNLP Analysis capabilities as a module

2013-06-03 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lance Norskog updated LUCENE-2899: -- Attachment: LUCENE-2899-x.patch Add OpenNLP Analysis capabilities as a module

[jira] [Commented] (SOLR-4859) MinFieldValueUpdateProcessorFactory and MaxFieldValueUpdateProcessorFactory don't do numeric comparison for numeric fields

2013-06-03 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673289#comment-13673289 ] Jack Krupansky commented on SOLR-4859: -- bq. I have a patch to fix JsonLoader I'm

[jira] [Commented] (SOLR-4655) The Overseer should assign node names by default.

2013-06-03 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673293#comment-13673293 ] Anshum Gupta commented on SOLR-4655: Strangely, I see non generic name for the core

[jira] [Commented] (SOLR-4859) MinFieldValueUpdateProcessorFactory and MaxFieldValueUpdateProcessorFactory don't do numeric comparison for numeric fields

2013-06-03 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673303#comment-13673303 ] Hoss Man commented on SOLR-4859: bq. Clearly a bad design was chosen. Why can't we correct

[jira] [Created] (SOLR-4892) Add field update processors to parse/convert String-typed fields to Date, Number, and Boolean

2013-06-03 Thread Steve Rowe (JIRA)
Steve Rowe created SOLR-4892: Summary: Add field update processors to parse/convert String-typed fields to Date, Number, and Boolean Key: SOLR-4892 URL: https://issues.apache.org/jira/browse/SOLR-4892

[jira] [Updated] (SOLR-4853) SolrJettyTestBase can no longer be reused by end users

2013-06-03 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-4853: --- Fix Version/s: 4.3.1 4.4 5.0 Thanks for testing John, prepping to

[jira] [Commented] (SOLR-4859) MinFieldValueUpdateProcessorFactory and MaxFieldValueUpdateProcessorFactory don't do numeric comparison for numeric fields

2013-06-03 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673311#comment-13673311 ] Steve Rowe commented on SOLR-4859: -- bq. any ETA on the explicit conversion processors?

[jira] [Commented] (SOLR-4655) The Overseer should assign node names by default.

2013-06-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673321#comment-13673321 ] Mark Miller commented on SOLR-4655: --- I think all of the tests randomly switch between -

[jira] [Resolved] (LUCENE-5025) Allow more than 2.1B tail nodes when building FST

2013-06-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-5025. Resolution: Fixed Allow more than 2.1B tail nodes when building FST

[jira] [Commented] (LUCENE-4989) Hanging on DocumentsWriterStallControl.waitIfStalled forever

2013-06-03 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673332#comment-13673332 ] Hoss Man commented on LUCENE-4989: -- Any update on this? is it definitely a dup of

[jira] [Commented] (LUCENE-4989) Hanging on DocumentsWriterStallControl.waitIfStalled forever

2013-06-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673357#comment-13673357 ] Michael McCandless commented on LUCENE-4989: I'm not sure if it's a dup of

[jira] [Commented] (SOLR-4715) CloudSolrServer does not provide support for setting underlying server properties

2013-06-03 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673412#comment-13673412 ] Shawn Heisey commented on SOLR-4715: I appear to have done something really wrong.

[jira] [Commented] (SOLR-4715) CloudSolrServer does not provide support for setting underlying server properties

2013-06-03 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673460#comment-13673460 ] Shawn Heisey commented on SOLR-4715: Taking a look at the actual patch, I think I've

[jira] [Resolved] (SOLR-4853) SolrJettyTestBase can no longer be reused by end users

2013-06-03 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-4853. Resolution: Fixed Committed revision 1489081. Committed revision 1489098. Committed revision 1489105.

[jira] [Updated] (SOLR-4618) Integrate LucidWorks' Solr Reference Guide with Solr documentation

2013-06-03 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett updated SOLR-4618: Attachment: SolrRefGuide.4.3.zip bq. I also learned that cassandra has been maintaining

[jira] [Commented] (SOLR-4787) Join Contrib

2013-06-03 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673478#comment-13673478 ] Joel Bernstein commented on SOLR-4787: -- Thanks for the recommendations, FastUtil looks

[jira] [Commented] (SOLR-4787) Join Contrib

2013-06-03 Thread Kranti Parisa (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673481#comment-13673481 ] Kranti Parisa commented on SOLR-4787: - great, thanks Joel. Join

[jira] [Commented] (SOLR-3369) shards.tolerant=true broken on group and facet queries

2013-06-03 Thread Russell Black (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673482#comment-13673482 ] Russell Black commented on SOLR-3369: - Ryan, is there anything preventing this patch

[jira] [Resolved] (SOLR-4744) Version conflict error during shard split test

2013-06-03 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-4744. - Resolution: Fixed Committed. trunk r1489138 branch_4x 1489139 lucene_solr_4_3

[jira] [Commented] (SOLR-4450) Developer Curb Appeal: Need consistent command line arguments for all nodes

2013-06-03 Thread Raymond Lee (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673528#comment-13673528 ] Raymond Lee commented on SOLR-4450: --- Just want to follow up on original poster's question

[jira] [Commented] (LUCENE-4569) Allow customization of column stride field and norms via indexing chain

2013-06-03 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673539#comment-13673539 ] John Wang commented on LUCENE-4569: --- Hi Simon: Looked at the latest code on trunk,

[jira] [Resolved] (LUCENE-4569) Allow customization of column stride field and norms via indexing chain

2013-06-03 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wang resolved LUCENE-4569. --- Resolution: Won't Fix Lucene Fields: (was: New,Patch Available) This seem to be fixed

[jira] [Created] (SOLR-4893) Add a FieldMutatingUpdateProcessor FieldNameSelector that checks whether a field matches any schema field

2013-06-03 Thread Steve Rowe (JIRA)
Steve Rowe created SOLR-4893: Summary: Add a FieldMutatingUpdateProcessor FieldNameSelector that checks whether a field matches any schema field Key: SOLR-4893 URL: https://issues.apache.org/jira/browse/SOLR-4893

How to set HTTP header on Solr response?

2013-06-03 Thread Shawn Heisey
I'm hoping to add support for a download=true|on parameter to ShowFileRequestHandler. I'm working with Stefan to add support to the UI for schema/config download links. Something I can't figure out is how to request that specific HTTP headers be sent with the Solr response. Is there already

[jira] [Created] (SOLR-4894) Add a new update processor factory that will dynamically add fields to the schema if an input document contains unknown fields

2013-06-03 Thread Steve Rowe (JIRA)
Steve Rowe created SOLR-4894: Summary: Add a new update processor factory that will dynamically add fields to the schema if an input document contains unknown fields Key: SOLR-4894 URL:

[jira] [Updated] (SOLR-4894) Add a new update processor factory that will dynamically add fields to the schema if an input document contains unknown fields

2013-06-03 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated SOLR-4894: - Description: Previous {{ParseFooUpdateProcessorFactory}}-s (see SOLR-4892) in the same chain will

Re: How to set HTTP header on Solr response?

2013-06-03 Thread Tomás Fernández Löbbe
I don't think that's possible now. I recently had a need to access the request headers and there was no way to do it. I added a change to make the original http request to be added to the SolrQueryRequest context (SOLR-2079), but I don't think there is an option to do something similar with the

[jira] [Updated] (SOLR-4884) do confluence import of solr ref guide

2013-06-03 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-4884: --- Description: Process for importing Solr Ref Guide export from LucidWorks into cwiki.apache.org, based on the

Re: How to set HTTP header on Solr response?

2013-06-03 Thread Shawn Heisey
On 6/3/2013 3:22 PM, Tomás Fernández Löbbe wrote: I don't think that's possible now. I recently had a need to access the request headers and there was no way to do it. I added a change to make the original http request to be added to the SolrQueryRequest context (SOLR-2079), but I don't think

[jira] [Reopened] (SOLR-4744) Version conflict error during shard split test

2013-06-03 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reopened SOLR-4744: this change completlye broke almost every test of solr that doesn't use solrcloud... {noformat}

[jira] [Updated] (SOLR-4744) Version conflict error during shard split test

2013-06-03 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-4744: --- Attachment: SOLR-4744__no_more_NPE.patch patch that seems to fix the NPE currenlty happening in 250+Solr

[jira] [Commented] (SOLR-4733) Rollback does not work correctly with tlog and optimistic concurrency updates

2013-06-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673700#comment-13673700 ] Mark Miller commented on SOLR-4733: --- I think there are a variety of things that rollback

[jira] [Commented] (SOLR-4733) Rollback does not work correctly with tlog and optimistic concurrency updates

2013-06-03 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673709#comment-13673709 ] Hoss Man commented on SOLR-4733: bq. I think there are a variety of things that rollback

[jira] [Commented] (SOLR-4733) Rollback does not work correctly with tlog and optimistic concurrency updates

2013-06-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673716#comment-13673716 ] Mark Miller commented on SOLR-4733: --- Yeah, fair enough - when I see stuff around tlog and

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-06-03 Thread Tim Vaillancourt (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673717#comment-13673717 ] Tim Vaillancourt commented on SOLR-4470: I would agree with putting security at the

[jira] [Commented] (SOLR-4733) Rollback does not work correctly with tlog and optimistic concurrency updates

2013-06-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673741#comment-13673741 ] Yonik Seeley commented on SOLR-4733: Rollback is never going to be a first class

[jira] [Commented] (SOLR-4744) Version conflict error during shard split test

2013-06-03 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673747#comment-13673747 ] Hoss Man commented on SOLR-4744: FWIW... full test on trunk seem to pass with my patch, so

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-06-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673752#comment-13673752 ] Mark Miller commented on SOLR-4470: --- bq. always was your (single) issue with this patch,

[jira] [Commented] (SOLR-4733) Rollback does not work correctly with tlog and optimistic concurrency updates

2013-06-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673764#comment-13673764 ] Mark Miller commented on SOLR-4733: --- bq. we can improve rollback support by dropping all

[jira] [Commented] (SOLR-4733) Rollback does not work correctly with tlog and optimistic concurrency updates

2013-06-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673767#comment-13673767 ] Mark Miller commented on SOLR-4733: --- bq. but that's probably the extent of it I think

[jira] [Created] (SOLR-4895) Add basic rollback support to SolrCloud.

2013-06-03 Thread Mark Miller (JIRA)
Mark Miller created SOLR-4895: - Summary: Add basic rollback support to SolrCloud. Key: SOLR-4895 URL: https://issues.apache.org/jira/browse/SOLR-4895 Project: Solr Issue Type: New Feature

[jira] [Commented] (SOLR-4733) Rollback does not work correctly with tlog and optimistic concurrency updates

2013-06-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673779#comment-13673779 ] Mark Miller commented on SOLR-4733: --- I created SOLR-4895. There are other issues - for

[jira] [Commented] (SOLR-4895) Add basic rollback support to SolrCloud.

2013-06-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673789#comment-13673789 ] Mark Miller commented on SOLR-4895: --- This is just an issue to explore this - it may mean

[jira] [Created] (SOLR-4896) Add basic rollback support to UpdateLog.

2013-06-03 Thread Mark Miller (JIRA)
Mark Miller created SOLR-4896: - Summary: Add basic rollback support to UpdateLog. Key: SOLR-4896 URL: https://issues.apache.org/jira/browse/SOLR-4896 Project: Solr Issue Type: New Feature

[jira] [Commented] (SOLR-4744) Version conflict error during shard split test

2013-06-03 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673802#comment-13673802 ] Hoss Man commented on SOLR-4744: Committed revision 1489222. Committed revision 1489224.

[jira] [Commented] (SOLR-4733) Rollback does not work correctly with tlog and optimistic concurrency updates

2013-06-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673804#comment-13673804 ] Yonik Seeley commented on SOLR-4733: wrt transaction isolation commit, one client can

[jira] [Commented] (SOLR-4889) setup comments on autoexported pages of SOLR CWIKI

2013-06-03 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673808#comment-13673808 ] Steve Rowe commented on SOLR-4889: -- On #asfinfra I (as project VP) asked for and got admin

[jira] [Commented] (SOLR-4733) Rollback does not work correctly with tlog and optimistic concurrency updates

2013-06-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673817#comment-13673817 ] Mark Miller commented on SOLR-4733: --- {quote} wrt transaction isolation commit, one

[jira] [Commented] (SOLR-4895) Add basic rollback support to SolrCloud.

2013-06-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673822#comment-13673822 ] Mark Miller commented on SOLR-4895: --- Comment from yonik in SOLR-4733: bq. wrt cloud

[jira] [Commented] (SOLR-4895) Add basic rollback support to SolrCloud.

2013-06-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673827#comment-13673827 ] Mark Miller commented on SOLR-4895: --- Given these challenges, I think we will end up

[jira] [Commented] (SOLR-4896) Add basic rollback support to UpdateLog.

2013-06-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673828#comment-13673828 ] Mark Miller commented on SOLR-4896: --- This would allow basic rollback support if you

[jira] [Commented] (SOLR-4889) setup comments on autoexported pages of SOLR CWIKI

2013-06-03 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673844#comment-13673844 ] Hoss Man commented on SOLR-4889: Hmm... my previous speculation about how to get the URL

[jira] [Commented] (SOLR-4879) Indexing a field of type solr.SpatialRecursivePrefixTreeFieldType fails when at least two vertexes are more than 180 degrees apart

2013-06-03 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673885#comment-13673885 ] David Smiley commented on SOLR-4879: From the wiki: bq. WKT shapes must have each

Re: Documentation for Solr/Lucene 4.x, termIndexInterval and limitations of Lucene File format

2013-06-03 Thread Michael McCandless
Hi Tom, On Mon, Jun 3, 2013 at 12:11 PM, Tom Burton-West tburt...@umich.edu wrote: What is the current limit? I *think* (but would be nice to hear back how many terms you were able to index into one segment ;) ) there is no hard limit to the max number of terms, now that FSTs can handle more

[jira] [Created] (SOLR-4897) Create new example config set for schemaless mode

2013-06-03 Thread Steve Rowe (JIRA)
Steve Rowe created SOLR-4897: Summary: Create new example config set for schemaless mode Key: SOLR-4897 URL: https://issues.apache.org/jira/browse/SOLR-4897 Project: Solr Issue Type: Task

[jira] [Commented] (SOLR-4897) Create new example config set for schemaless mode

2013-06-03 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673915#comment-13673915 ] Steve Rowe commented on SOLR-4897: -- As part of a long-running debate about reorganizing

[jira] [Commented] (SOLR-4859) MinFieldValueUpdateProcessorFactory and MaxFieldValueUpdateProcessorFactory don't do numeric comparison for numeric fields

2013-06-03 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673917#comment-13673917 ] Steve Rowe commented on SOLR-4859: -- [~jkrupan], you wrote: bq. any ETA on the explicit

[JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 44993 - Failure!

2013-06-03 Thread builder
Build: builds.flonkings.com/job/Lucene-trunk-Linux-Java7-64-test-only/44993/ All tests passed Build Log: [...truncated 1272 lines...] [junit4:junit4] ERROR: JVM J7 ended with an exception, command line: /opt/java/64/jdk1.7.0_05/jre/bin/java -Dtests.prefix=tests -Dtests.seed=A60795597F944DE0

[jira] [Commented] (SOLR-4744) Version conflict error during shard split test

2013-06-03 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673931#comment-13673931 ] Shalin Shekhar Mangar commented on SOLR-4744: - Sorry for breaking the build.

[jira] [Created] (SOLR-4898) Flesh out the Schema REST API

2013-06-03 Thread Steve Rowe (JIRA)
Steve Rowe created SOLR-4898: Summary: Flesh out the Schema REST API Key: SOLR-4898 URL: https://issues.apache.org/jira/browse/SOLR-4898 Project: Solr Issue Type: New Feature

[jira] [Created] (SOLR-4899) When reconnecting after ZooKeeper expiration, we need to be willing to wait forever, not for 30 seconds.

2013-06-03 Thread Mark Miller (JIRA)
Mark Miller created SOLR-4899: - Summary: When reconnecting after ZooKeeper expiration, we need to be willing to wait forever, not for 30 seconds. Key: SOLR-4899 URL: https://issues.apache.org/jira/browse/SOLR-4899

[JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1679 - Still Failing

2013-06-03 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java6/1679/ 1 tests failed. REGRESSION: org.apache.lucene.analysis.core.TestRandomChains.testRandomChains Error Message: some thread(s) failed Stack Trace: java.lang.RuntimeException: some thread(s) failed at