RE: FuzzyQuery vs SlowFuzsyQuery docs? -- was: Re: [jira] [Commented] (LUCENE-2667) Fix FuzzyQuery's defaults, so its fast.

2012-11-11 Thread Uwe Schindler
Yes, if you override the factory method in the classic QueryParser. The functionality is still available, you have to just use the classes directly. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de/ http://www.thetaphi.de eMail: u...@thetaphi.de From:

[jira] [Updated] (LUCENE-4548) BooleanFilter should optionally pass down further restricted acceptDocs in the MUST case (and acceptDocs in general)

2012-11-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4548: -- Attachment: LUCENE-4548.patch Here is a patch that demonstrates and for perf testing. The

[jira] [Commented] (LUCENE-4548) BooleanFilter should optionally pass down further restricted acceptDocs in the MUST case (and acceptDocs in general)

2012-11-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494855#comment-13494855 ] Uwe Schindler commented on LUCENE-4548: --- bq. My broad comments on this having

[jira] [Commented] (LUCENE-4548) BooleanFilter should optionally pass down further restricted acceptDocs in the MUST case (and acceptDocs in general)

2012-11-11 Thread Eks Dev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494858#comment-13494858 ] Eks Dev commented on LUCENE-4548: - ...would be to nuke Filters completely from Lucene ...

Re: Optimize facets when actually single valued?

2012-11-11 Thread Erick Erickson
You have to provide more details. How many unique values are there in the field in question? What's the query you're using? Are you sure other parts of the query aren't the culprit? What Solr version are you using? Please review: http://wiki.apache.org/solr/UsingMailingLists Best Erick On Sat,

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2012-11-11 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494874#comment-13494874 ] Simon Willnauer commented on LUCENE-2878: - hey alan, bq. I've started to use

Re: Optimize facets when actually single valued?

2012-11-11 Thread Robert Muir
On Sat, Nov 10, 2012 at 9:41 PM, Jimmy Sélamy jym...@gmail.com wrote: Im having perfomance issues with facet on multivalued field with an index over 20Million documents. And when doing faceting search on multivalued field the QTIME is unacceptable for my application because it can take up to

Re: Optimize facets when actually single valued?

2012-11-11 Thread Yonik Seeley
On Sun, Nov 11, 2012 at 3:33 AM, Robert Muir rcm...@gmail.com wrote: I am guessing at times people are lazy about schema definition. But, I think with lucene 4 stats we can detect if a field is actually single valued... Something like terms.size == terms.doccount == terms.sumdocfreq. I have to

Re: FuzzyQuery vs SlowFuzsyQuery docs? -- was: Re: [jira] [Commented] (LUCENE-2667) Fix FuzzyQuery's defaults, so its fast.

2012-11-11 Thread Jack Krupansky
Okay, so maybe this is simply a case where “an adjustment” was made to Lucene and Solr did not make a corresponding “adustment” to compensate to “preserve” functionality. Solr users cannot easily override factory methods, but of course the Solr query parser can and probably should. I’m not

[jira] [Created] (SOLR-4062) The update log location in solrconfig.xml should not default to ${solr.data.dir:}

2012-11-11 Thread Mark Miller (JIRA)
Mark Miller created SOLR-4062: - Summary: The update log location in solrconfig.xml should not default to ${solr.data.dir:} Key: SOLR-4062 URL: https://issues.apache.org/jira/browse/SOLR-4062 Project:

SolrCloud and not all shards having an instance, indexing still works (kinda).

2012-11-11 Thread Erick Erickson
Sorry, I'm a bit under the gun so can't look over JIRAs as carefully as I'd like. But this seems odd. Setup: Start a 2-shard SolrCloud setup, with (straight from the example) java -Dbootstrap_confdir=./solr/collection1/conf -Dcollection.configName=myconf -DzkRun -DnumShards=2 -jar start.jar DO

Re: SolrCloud and not all shards having an instance, indexing still works (kinda).

2012-11-11 Thread Erick Erickson
Should have said that this is a 4x build from this morning (11-Nov) On Sun, Nov 11, 2012 at 11:05 AM, Erick Erickson erickerick...@gmail.comwrote: Sorry, I'm a bit under the gun so can't look over JIRAs as carefully as I'd like. But this seems odd. Setup: Start a 2-shard SolrCloud setup,

Apache Git mirror

2012-11-11 Thread Mark Miller
Anyone else use the Apache git mirror much (not the GitHub one, but hosted by Apache)? Since I've been trying to use it over the past couple days, it's been super slow - cloning or updating does a whole lot of counting objects and just generally takes a real long time. It did not used to be

Re: SolrCloud and not all shards having an instance, indexing still works (kinda).

2012-11-11 Thread Mark Miller
If a shard is down, I think some docs still index? The ones that hash to the shard that is up. Approx half should fail give or take. - Mark On Sun, Nov 11, 2012 at 11:06 AM, Erick Erickson erickerick...@gmail.com wrote: Should have said that this is a 4x build from this morning (11-Nov) On

[jira] [Updated] (SOLR-3963) SOLR: map() does not allow passing recip() sub-functions

2012-11-11 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bell updated SOLR-3963: Attachment: SOLR-3963.diff Patch to include new RangeMapFloatFunction2 in Lucene for map(). It allows

[jira] [Resolved] (SOLR-3963) SOLR: map() does not allow passing recip() sub-functions

2012-11-11 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bell resolved SOLR-3963. - Resolution: Fixed Fix Version/s: 4.0 Based on Revision 1408031 SOLR: map() does

[jira] [Assigned] (SOLR-3963) SOLR: map() does not allow passing recip() sub-functions

2012-11-11 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bell reassigned SOLR-3963: --- Assignee: Hoss Man Since you were commenting on it. I was scared about changing

Re: FuzzyQuery vs SlowFuzsyQuery docs? -- was: Re: [jira] [Commented] (LUCENE-2667) Fix FuzzyQuery's defaults, so its fast.

2012-11-11 Thread Mark Bennett
Hi Jack, The project uses both a bit of Lucene and then Solr. So as you suggest, I'd need a way to configure Solr to use the older fuzzy matching by default, and I'm not aware of such an option. The formula to go between percentage and integer edit distance is here:

[jira] [Updated] (SOLR-4055) Remove/Reload the collection has the thread safe issue.

2012-11-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4055: -- Fix Version/s: 5.0 4.1 Assignee: Mark Miller Remove/Reload the

[jira] [Created] (SOLR-4063) CoreContainer should be able to load multiple SolrCore's in parallel rather than just serially.

2012-11-11 Thread Mark Miller (JIRA)
Mark Miller created SOLR-4063: - Summary: CoreContainer should be able to load multiple SolrCore's in parallel rather than just serially. Key: SOLR-4063 URL: https://issues.apache.org/jira/browse/SOLR-4063

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

2012-11-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494935#comment-13494935 ] Mark Miller commented on SOLR-3993: --- I think a good way to solve this might be SOLR-4063:

[jira] [Created] (LUCENE-4551) Add scoring to IntervalFilterQuery

2012-11-11 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-4551: - Summary: Add scoring to IntervalFilterQuery Key: LUCENE-4551 URL: https://issues.apache.org/jira/browse/LUCENE-4551 Project: Lucene - Core Issue Type:

[jira] [Assigned] (LUCENE-4551) Add scoring to IntervalFilterQuery

2012-11-11 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward reassigned LUCENE-4551: - Assignee: Alan Woodward Add scoring to IntervalFilterQuery

[jira] [Updated] (LUCENE-4551) Add scoring to IntervalFilterQuery

2012-11-11 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-4551: -- Attachment: LUCENE-4551.patch Patch, copying the scoring functionality from SpanScorer.

[jira] [Updated] (SOLR-4063) CoreContainer should be able to load multiple SolrCore's in parallel rather than just serially.

2012-11-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4063: -- Attachment: SOLR-4063.patch first iteration patch attached CoreContainer should be

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2012-11-11 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494940#comment-13494940 ] Alan Woodward commented on LUCENE-2878: --- Hi Simon, I'll open separate sub-tasks

[jira] [Commented] (SOLR-4055) Remove/Reload the collection has the thread safe issue.

2012-11-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494942#comment-13494942 ] Mark Miller commented on SOLR-4055: --- Great catch Raintung!

Re: Apache Git mirror

2012-11-11 Thread Simon Willnauer
Hey mark, my workflow is as follows: 1. cloned lucene/solr on github 2. added apache mirror as upstream remote 3. pull into trunk only from upstream 4. branch for each feature and push to github I never modify trunk or pull from github and my updates are usually pretty fast ~ 1-5 sec. yet, I

[jira] [Commented] (SOLR-4063) CoreContainer should be able to load multiple SolrCore's in parallel rather than just serially.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494946#comment-13494946 ] Commit Tag Bot commented on SOLR-4063: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-4063) CoreContainer should be able to load multiple SolrCore's in parallel rather than just serially.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494947#comment-13494947 ] Commit Tag Bot commented on SOLR-4063: -- [trunk commit] Mark Robert Miller

[jira] [Updated] (SOLR-4063) CoreContainer should be able to load multiple SolrCore's in parallel rather than just serially.

2012-11-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4063: -- Comment: was deleted (was: [branch_4x commit] Mark Robert Miller

[jira] [Resolved] (LUCENE-4544) possible bug in ConcurrentMergeScheduler.merge(IndexWriter)

2012-11-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-4544. Resolution: Fixed Fix Version/s: 5.0 4.1 possible

[jira] [Created] (LUCENE-4552) MultiTermQueries by default rewrite to a Filter, which cannot supply intervals

2012-11-11 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-4552: - Summary: MultiTermQueries by default rewrite to a Filter, which cannot supply intervals Key: LUCENE-4552 URL: https://issues.apache.org/jira/browse/LUCENE-4552

Re: SolrCloud and not all shards having an instance, indexing still works (kinda).

2012-11-11 Thread Erick Erickson
That's not quite what I'm seeing. Just doing the Wiki solrcloud example, I just started the first (bootstrap) example and then tried to index all the docs in the exampledocs directory. At the end of that, I had 9 docs in my collection1. Now bring up the second shard and index them all again. At

[jira] [Commented] (SOLR-4063) CoreContainer should be able to load multiple SolrCore's in parallel rather than just serially.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494957#comment-13494957 ] Commit Tag Bot commented on SOLR-4063: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-4060) ReplicationHandler can try and do a snappull and open a new writer after shutdown has already occurred, leaving an IndexWriter that is not closed.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494958#comment-13494958 ] Commit Tag Bot commented on SOLR-4060: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-4009) As not caught SolrException, leading OverseerCollectionProcessor abort.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494959#comment-13494959 ] Commit Tag Bot commented on SOLR-4009: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-4005) If CoreContainer fails to register a created core, it should close it.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494960#comment-13494960 ] Commit Tag Bot commented on SOLR-4005: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-4001) In CachingDirectoryFactory#close, if there are still refs for a Directory outstanding, we need to wait for them to be released before closing.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494961#comment-13494961 ] Commit Tag Bot commented on SOLR-4001: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3995) Recovery may never finish on SolrCore shutdown if the last reference to a SolrCore is closed by the recovery process.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494962#comment-13494962 ] Commit Tag Bot commented on SOLR-3995: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3933) Distributed commits are not guaranteed to be ordered within a request.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494963#comment-13494963 ] Commit Tag Bot commented on SOLR-3933: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3933) Distributed commits are not guaranteed to be ordered within a request.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494964#comment-13494964 ] Commit Tag Bot commented on SOLR-3933: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3941) commitOnLeader on the recovery process of SolrCloud could use openSearcher=false

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494965#comment-13494965 ] Commit Tag Bot commented on SOLR-3941: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3929) support configuring IndexWriter max thread count in solrconfig

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494967#comment-13494967 ] Commit Tag Bot commented on SOLR-3929: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3861) Refactor SolrCoreState so that it's managed by SolrCore .

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494968#comment-13494968 ] Commit Tag Bot commented on SOLR-3861: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3889) SmokeTest fail on my Linux machine.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494969#comment-13494969 ] Commit Tag Bot commented on SOLR-3889: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3899) SolrCore.getNewIndexDir() always print warning

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494970#comment-13494970 ] Commit Tag Bot commented on SOLR-3899: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3883) distributed indexing forwards non-applicable request params

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494971#comment-13494971 ] Commit Tag Bot commented on SOLR-3883: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3892) Inconsistent locking when accessing cache in CachingDirectoryFactory

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494972#comment-13494972 ] Commit Tag Bot commented on SOLR-3892: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3891) CacheValue in CachingDirectoryFactory cannot be used outside of solr.core package

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494973#comment-13494973 ] Commit Tag Bot commented on SOLR-3891: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3871) SyncStrategy should use an executor for the threads it creates to request recoveries.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494974#comment-13494974 ] Commit Tag Bot commented on SOLR-3871: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3869) A PeerSync attempt to it's replicas by a candidate leader should not fail on o.a.http.conn.ConnectTimeoutException

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494975#comment-13494975 ] Commit Tag Bot commented on SOLR-3869: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3845) Rename numReplicas to replicationFactor in Collections API.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494976#comment-13494976 ] Commit Tag Bot commented on SOLR-3845: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3645) /terms should become 4.x distrib compatible or default to distrib=false

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494978#comment-13494978 ] Commit Tag Bot commented on SOLR-3645: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3465) Replication Causes Two Searcher Warmups

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494979#comment-13494979 ] Commit Tag Bot commented on SOLR-3465: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3749) Default syncLevel cannot be configured by solrconfig.xml for updateLog(transaction log)

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494977#comment-13494977 ] Commit Tag Bot commented on SOLR-3749: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3831) atomic updates do not distribute correctly to other nodes

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494980#comment-13494980 ] Commit Tag Bot commented on SOLR-3831: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3844) SolrCore reload can fail because it tries to remove the index write lock while already holding it.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494981#comment-13494981 ] Commit Tag Bot commented on SOLR-3844: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3527) SolrCmdDistributor drops some of the important commit attributes (maxOptimizeSegments, softCommit, expungeDeletes) when sending a commit to replicas.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494982#comment-13494982 ] Commit Tag Bot commented on SOLR-3527: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3641) CoreContainer is not persisting roles core attribute.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494983#comment-13494983 ] Commit Tag Bot commented on SOLR-3641: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-3833) When a election is started because a leader went down, the new leader candidate should decline if the last state they published was not active.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494984#comment-13494984 ] Commit Tag Bot commented on SOLR-3833: -- [branch_4x commit] Mark Robert Miller

Re: Apache Git mirror

2012-11-11 Thread Radim Kolar
It did not used to be this way for me, and I'm not seeing this on any other git projects I work with. Anyone else notice this? yes, its very slow. use github - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For

Re: Apache Git mirror

2012-11-11 Thread Mark Miller
On Nov 11, 2012, at 3:27 PM, Radim Kolar h...@filez.com wrote: It did not used to be this way for me, and I'm not seeing this on any other git projects I work with. Anyone else notice this? yes, its very slow. use github It was not slow before, so I'd rather the issue be addressed

[jira] [Updated] (SOLR-3963) SOLR: map() does not allow passing recip() sub-functions

2012-11-11 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bell updated SOLR-3963: Description: I want to do: boost=map(achievement_count,1,1000,recip(achievement_count,-.5,10,25),1) I

[jira] [Commented] (SOLR-3963) SOLR: map() does not allow passing recip() sub-functions

2012-11-11 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494994#comment-13494994 ] Bill Bell commented on SOLR-3963: - This does not break anything, just enhances map() can we

[jira] [Resolved] (SOLR-4063) CoreContainer should be able to load multiple SolrCore's in parallel rather than just serially.

2012-11-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-4063. --- Resolution: Fixed First iteration is done - if anyone has any feedback, lets iterate on trunk. Using

Re: Apache Git mirror

2012-11-11 Thread Dawid Weiss
It was not slow before, so I'd rather the issue be addressed rather than ignore it. It's always been kind of slow for me, with the symptoms you mentioned -- counting objects going forever, etc. I'm using git-svn, but it has nothing to do with it, a git pull would sometimes fetch a lot. I think

[jira] [Commented] (SOLR-4063) CoreContainer should be able to load multiple SolrCore's in parallel rather than just serially.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494997#comment-13494997 ] Commit Tag Bot commented on SOLR-4063: -- [branch_4x commit] Mark Robert Miller

Re: FuzzyQuery vs SlowFuzsyQuery docs? -- was: Re: [jira] [Commented] (LUCENE-2667) Fix FuzzyQuery's defaults, so its fast.

2012-11-11 Thread Yonik Seeley
On Sun, Nov 11, 2012 at 4:18 PM, Jack Krupansky j...@basetechnology.com wrote: Okay, so maybe this is simply a case where “an adjustment” was made to Lucene and Solr did not make a corresponding “adustment” to compensate to “preserve” functionality. Solr users cannot easily override factory

Re: FuzzyQuery vs SlowFuzsyQuery docs? -- was: Re: [jira] [Commented] (LUCENE-2667) Fix FuzzyQuery's defaults, so its fast.

2012-11-11 Thread Yonik Seeley
Thinking about this a bit more, I'm somewhat sympathetic to the performance arguments when the user is using the minSimilarity type of parameter (i.e. a number less than 1) since it's not obvious what algorithm would be invoked (i.e. what the resulting edit distance requested is), and the user is

[jira] [Updated] (SOLR-3963) SOLR: map() does not allow passing recip() sub-functions

2012-11-11 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bell updated SOLR-3963: Attachment: SOLR-3963.2.patch Added map() tests. SOLR: map() does not allow passing

[jira] [Updated] (SOLR-3963) SOLR: map() does not allow passing recip() sub-functions

2012-11-11 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bell updated SOLR-3963: Attachment: (was: SOLR-3963.diff) SOLR: map() does not allow passing recip() sub-functions

[jira] [Updated] (SOLR-3963) SOLR: map() does not allow passing sub-functions in 4,5 parameters

2012-11-11 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bell updated SOLR-3963: Description: I want to do: boost=map(achievement_count,1,1000,recip(achievement_count,-.5,10,25),1) I

[jira] [Commented] (SOLR-4055) Remove/Reload the collection has the thread safe issue.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13495016#comment-13495016 ] Commit Tag Bot commented on SOLR-4055: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-4055) Remove/Reload the collection has the thread safe issue.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13495017#comment-13495017 ] Commit Tag Bot commented on SOLR-4055: -- [trunk commit] Mark Robert Miller

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_09) - Build # 2381 - Failure!

2012-11-11 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/2381/ Java: 32bit/jdk1.7.0_09 -server -XX:+UseSerialGC All tests passed Build Log: [...truncated 7982 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:90: The following files contain @author

[jira] [Commented] (SOLR-2242) Get distinct count of names for a facet field

2012-11-11 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13495020#comment-13495020 ] Bill Bell commented on SOLR-2242: - uygar, You are not using it properly.

[JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.6.0_37) - Build # 1552 - Failure!

2012-11-11 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows/1552/ Java: 32bit/jdk1.6.0_37 -client -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 7273 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:90: The following files

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_09) - Build # 2381 - Failure!

2012-11-11 Thread Mark Miller
Tabs came in with the patch. I've fixed it. - Mark On 11/11/2012 05:21 PM, Policeman Jenkins Server wrote: Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/2381/ Java: 32bit/jdk1.7.0_09 -server -XX:+UseSerialGC All tests passed Build Log: [...truncated 7982 lines...]

[jira] [Updated] (SOLR-2242) Get distinct count of names for a facet field

2012-11-11 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bell updated SOLR-2242: Description: When returning facet.field=name of field you will get a list of matches for distinct values.

[jira] [Commented] (SOLR-4055) Remove/Reload the collection has the thread safe issue.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13495021#comment-13495021 ] Commit Tag Bot commented on SOLR-4055: -- [trunk commit] Mark Robert Miller

[jira] [Comment Edited] (SOLR-2242) Get distinct count of names for a facet field

2012-11-11 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13495020#comment-13495020 ] Bill Bell edited comment on SOLR-2242 at 11/11/12 10:35 PM:

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

2012-11-11 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/2372/ Java: 64bit/jdk1.8.0-ea-b58 -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 7924 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:90: The following files contain @author

[jira] [Commented] (SOLR-4055) Remove/Reload the collection has the thread safe issue.

2012-11-11 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13495022#comment-13495022 ] Commit Tag Bot commented on SOLR-4055: -- [branch_4x commit] Mark Robert Miller

[jira] [Resolved] (SOLR-4055) Remove/Reload the collection has the thread safe issue.

2012-11-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-4055. --- Resolution: Fixed Thanks Raintung! Remove/Reload the collection has the thread safe

Re: FuzzyQuery vs SlowFuzsyQuery docs? -- was: Re: [jira] [Commented] (LUCENE-2667) Fix FuzzyQuery's defaults, so its fast.

2012-11-11 Thread Mark Bennett
+1 but with a harsh warning, maybe even in the log? In other words, it's not just performance, but also accuracy. I believe it breaks (in some manner) if the number of matching words passes 32k. -- Mark Bennett / New Idea Engineering, Inc. / mbenn...@ideaeng.com Direct: 408-733-0387 / Main:

Re: Commit tags in JIRA

2012-11-11 Thread Erick Erickson
+1 On Sun, Nov 11, 2012 at 12:47 AM, David Smiley (@MITRE.org) dsmi...@mitre.org wrote: +1 Cool. - Author: http://www.packtpub.com/apache-solr-3-enterprise-search-server/book -- View this message in context:

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.6.0_37) - Build # 1560 - Failure!

2012-11-11 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/1560/ Java: 32bit/jdk1.6.0_37 -server -XX:+UseConcMarkSweepGC 1 tests failed. REGRESSION: org.apache.lucene.index.TestConcurrentMergeScheduler.testMaxMergeCount Error Message: count should be = maxMergeCount (= 3) Stack

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

2012-11-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13495057#comment-13495057 ] Mark Miller commented on SOLR-3993: --- I've written a test for that issue that fails before

Re: Commit tags in JIRA

2012-11-11 Thread Koji Sekiguchi
+1 (12/11/11 5:01), Mark Miller wrote: It's a real bummer we lost the ability to trace commits to JIRA. Even when we had it, it kind of sucked though. At least for me, it was slow enough and inconvenient enough that I rarely even thought of using it, unless I really needed to dig. I've

Re: Apache Git mirror

2012-11-11 Thread David Smiley (@MITRE.org)
Simon, Your response confuses me. 3. pull into trunk only from upstream Do you mean a local branch trunk, and coming from apache? ... and push to github What; you can push to github's mirror? I thought it was read-only? And do you mind telling me/us how you take a change you commit to trunk

[jira] [Created] (LUCENE-4553) Don't require users to call Sort.rewrite()

2012-11-11 Thread David Smiley (JIRA)
David Smiley created LUCENE-4553: Summary: Don't require users to call Sort.rewrite() Key: LUCENE-4553 URL: https://issues.apache.org/jira/browse/LUCENE-4553 Project: Lucene - Core Issue

Re: Apache Git mirror

2012-11-11 Thread Mark Miller
On Nov 11, 2012, at 4:08 PM, Dawid Weiss dawid.we...@cs.put.poznan.pl wrote: It's always been kind of slow for me, Okay - perhaps I just didn't notice before - but that would be odd. I never worried much about it's speed, but I also have not used it in a while. This is the first time I said

[jira] [Commented] (SOLR-3855) DocValues support

2012-11-11 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13495058#comment-13495058 ] Yonik Seeley commented on SOLR-3855: bq. stored fields and doc values are considered

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_09) - Build # 1561 - Still Failing!

2012-11-11 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/1561/ Java: 64bit/jdk1.7.0_09 -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.lucene.index.TestConcurrentMergeScheduler.testMaxMergeCount Error Message: count should be = maxMergeCount (= 3) Stack Trace:

[jira] [Created] (SOLR-4064) ShardLeaderElectionContext's function parameter error

2012-11-11 Thread Po Rui (JIRA)
Po Rui created SOLR-4064: Summary: ShardLeaderElectionContext's function parameter error Key: SOLR-4064 URL: https://issues.apache.org/jira/browse/SOLR-4064 Project: Solr Issue Type: Bug

[jira] [Updated] (SOLR-4064) ShardLeaderElectionContext's function parameter error

2012-11-11 Thread Po Rui (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Po Rui updated SOLR-4064: - Description: function runLeaderProcess(boolean) of calss ShardLeaderElectionContext contains a

[jira] [Updated] (SOLR-4064) ShardLeaderElectionContext's function parameter error

2012-11-11 Thread Po Rui (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Po Rui updated SOLR-4064: - Attachment: SOLR-4064.patch ShardLeaderElectionContext's function parameter error

[jira] [Created] (SOLR-4065) SolrJ parse confuse when query is collation

2012-11-11 Thread Nguyen Manh Tien (JIRA)
Nguyen Manh Tien created SOLR-4065: -- Summary: SolrJ parse confuse when query is collation Key: SOLR-4065 URL: https://issues.apache.org/jira/browse/SOLR-4065 Project: Solr Issue Type: Bug

[jira] [Comment Edited] (SOLR-4065) SolrJ parse confuse when query is collation

2012-11-11 Thread Nguyen Manh Tien (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13495063#comment-13495063 ] Nguyen Manh Tien edited comment on SOLR-4065 at 11/12/12 2:33 AM:

  1   2   >