Re: Feature list of Lucene 5

2016-04-27 Thread Jack Krupansky
The Solr release announcements summarize the highlights as well: http://lucene.apache.org/solr/news.html Some of the Jira jargon is translated into plain English. -- Jack Krupansky On Wed, Apr 27, 2016 at 11:46 PM, Thomas Pan <hu...@linkedin.com.invalid> wrote: > > Alexandre

Re: Term vs. token

2016-04-20 Thread Jack Krupansky
I gather that "term" is the proper technical term within the Vector Space Model (TDIFS) and BM25 similarity, so it may simply be a question of where the boundary is in Lucene between VSM processing and other stuff, like the source for documents and queries. -- Jack Krupansky On Wed, Ap

Term vs. token

2016-04-20 Thread Jack Krupansky
Lucene project fully intends that the terms token and term are absolutely synonymous, a clear distinction should be drawn... I think. Or at least the terms should be used consistently, which my last example highlights. Thanks. -- Jack Krupansky

[jira] [Commented] (LUCENE-7202) Come up with a comprehensive proposal for naming spatial modules and technologies

2016-04-13 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15239406#comment-15239406 ] Jack Krupansky commented on LUCENE-7202: Morton seems like more of a codec-level issue than

Re: [VOTE] Release Lucene/Solr 6.0.0 RC1

2016-04-01 Thread Jack Krupansky
(nonbinding) on this release due to my unhappiness about how points/numerics, including migration, is being handled. That's not intended to reflect negatively on the RM or the logistical aspects of the release process. I certainly won't attempt to stand in the way of getting 6.0 out ASAP. -- Jack

Re: 6.0 Release

2016-04-01 Thread Jack Krupansky
to extract the numeric data and generate the points index? I will note that no senior committers have supported any of my complaints in this matter, so that alone suggests that you guys would be on solid ground to simply ignore at least most if not all of my complaints. -- Jack Krupansky On Fri, A

Re: 6.0 Release

2016-03-31 Thread Jack Krupansky
ot of this mad push to deprecate current numerics before dimensional points is fully baked. -- Jack Krupansky On Thu, Mar 31, 2016 at 11:39 AM, Jack Krupansky <jack.krupan...@gmail.com> wrote: > Robert's detailing of the remaining work to get the rest of Lucene off of > current (curren

Re: 6.0 Release

2016-03-31 Thread Jack Krupansky
quot; fields or when they migrate from 6.x to 7.x. Bonus points if Solr can have a variation of the index upgrade tool that discovers and upgrades all current numeric fields. What else? (I'll ask some questions about Elasticsearch plans in a separate message.) -- Jack Krupansky

Re: 6.0 Release

2016-03-30 Thread Jack Krupansky
migration tool for existing Trie indexes. -- Jack Krupansky On Wed, Mar 30, 2016 at 6:56 PM, Adrien Grand <jpou...@gmail.com> wrote: > Le mer. 30 mars 2016 à 22:56, Shawn Heisey <apa...@elyograg.org> a écrit : > >> These are the choices I see to address the prob

Re: 6.0 Release

2016-03-30 Thread Jack Krupansky
ch_6_0/solr/core/src/java/org/apache/solr/schema/TrieField.java -- Jack Krupansky On Wed, Mar 30, 2016 at 4:56 PM, Shawn Heisey <apa...@elyograg.org> wrote: > On 3/30/2016 10:43 AM, Adrien Grand wrote: > > I think marking the legacy fields/queries as deprecated in Lucene in > &

Re: 6.0 Release

2016-03-30 Thread Jack Krupansky
straightened out before a release that deprecates the existing numeric field types that Solr currently has no replacement for, let alone a backcompat story for new Solr indexes that will be be created with 6.0 but with a type that won't exist in 7.0, at least with the current plan.) -- Jack Krupansky

Re: Lucene FieldType & specifying numeric type (double, float, )

2016-03-25 Thread Jack Krupansky
k I'm done on this topic... for now. -- Jack Krupansky On Fri, Mar 25, 2016 at 8:12 PM, Michael McCandless < luc...@mikemccandless.com> wrote: > On Fri, Mar 25, 2016 at 6:23 PM, Jack Krupansky > <jack.krupan...@gmail.com> wrote: > > > Mike, thanks for that blog post link. >

[jira] [Commented] (SOLR-8396) Investigate PointField to replace NumericField types

2016-03-25 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15212559#comment-15212559 ] Jack Krupansky commented on SOLR-8396: -- My apologies as I am still only very slowly coming up to speed

Re: Lucene FieldType & specifying numeric type (double, float, )

2016-03-25 Thread Jack Krupansky
ment? Also, is this for an indexed primarily cached in OS system memory or primarily accessed with I/O? And, I'm curious whether exact point and narrow range queries (e.g., trying to select less than 0.25% of indexed documents) are indeed only 25% faster than trie. My apologies for my limited d

Re: Lucene FieldType & specifying numeric type (double, float, )

2016-03-24 Thread Jack Krupansky
t physics would be like if they started referring to scalar quantities as vectors.) My apologies for the rant. -- Jack Krupansky On Thu, Mar 24, 2016 at 10:34 AM, David Smiley <david.w.smi...@gmail.com> wrote: > With the move to PointValues and away from trie based indexing of t

[jira] [Commented] (SOLR-8176) Model distributed graph traversals with Streaming Expressions

2016-03-23 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15208763#comment-15208763 ] Jack Krupansky commented on SOLR-8176: -- To what extent can the graph traversal be parallelized

[jira] [Commented] (SOLR-8844) Date math silently ignored for date strings

2016-03-14 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15193332#comment-15193332 ] Jack Krupansky commented on SOLR-8844: -- 1. No field is specified for the fq parameter here. What is df

Branch update merge blizzards

2016-03-11 Thread Jack Krupansky
ets merged into, but not for branches LUCENE/SOLR-, especially when each of those Jira issues needs the same merge updates. Just curious. -- Jack Krupansky

[jira] [Commented] (SOLR-8831) allow _version_ field to be retrievable via docValues

2016-03-11 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15191504#comment-15191504 ] Jack Krupansky commented on SOLR-8831: -- Now that docValues is supported for _version_, the question

[jira] [Comment Edited] (SOLR-8831) allow _version_ field to be unstored

2016-03-11 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15191075#comment-15191075 ] Jack Krupansky edited comment on SOLR-8831 at 3/11/16 3:49 PM: --- Can we come

[jira] [Commented] (SOLR-8831) allow _version_ field to be unstored

2016-03-11 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15191075#comment-15191075 ] Jack Krupansky commented on SOLR-8831: -- Can we come up with a nice clean term for "stored or docV

[jira] [Commented] (SOLR-8812) ExtendedDismaxQParser (edismax) ignores Boolean OR when q.op=AND

2016-03-09 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188158#comment-15188158 ] Jack Krupansky commented on SOLR-8812: -- The difference in the generated query appears to be the "

[jira] [Commented] (SOLR-8740) use docValues by default

2016-03-08 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15185336#comment-15185336 ] Jack Krupansky commented on SOLR-8740: -- My apologies for any unnecessary noise I may have caused here

[jira] [Commented] (SOLR-8740) use docValues by default

2016-03-07 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15183177#comment-15183177 ] Jack Krupansky commented on SOLR-8740: -- And default to docValuesFormat="Memory&quo

Re: Exact matches in phrase queries for terms analyzed using StandardAnalyzer

2016-03-07 Thread Jack Krupansky
This is the dev list - ask your usage question on the user list (Solr or Lucene.) -- Jack Krupansky On Mon, Mar 7, 2016 at 7:09 AM, Kamaldeep Singh <mailkamald...@gmail.com> wrote: > Hi, > > I have come across an actual use case where I need to do an exact match > for a ter

Re: Java for 6.0?

2016-03-05 Thread Jack Krupansky
lob/master/solr/site/SYSTEM_REQUIREMENTS.mdtext (I think that's all that *I* can say at this point.) -- Jack Krupansky On Sat, Mar 5, 2016 at 1:43 PM, Uwe Schindler <u...@thetaphi.de> wrote: > See also the corresponding SYSTEM_REQUIREMENTS.txt file of Lucene 6: > > > > --snip-- &g

Java for 6.0?

2016-03-05 Thread Jack Krupansky
pache Lucene runs of Java 7 or greater, Java 8 is verified to be compatible and may bring some performance improvements." I wasn't sure where Java 9 is these days. Some statement on it seems warranted, otherwise "7 or greater" implies that 9 is fine. -- Jack Krupansky

[jira] [Commented] (SOLR-3744) Solr LuceneQParser only handles pure negative queries at the top-level query, but not within parenthesized sub-queries

2016-03-02 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15176543#comment-15176543 ] Jack Krupansky commented on SOLR-3744: -- Personally, I think the proper fix is in Lucene BooleanQuery

[jira] [Commented] (SOLR-3744) Solr LuceneQParser only handles pure negative queries at the top-level query, but not within parenthesized sub-queries

2016-03-02 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15176525#comment-15176525 ] Jack Krupansky commented on SOLR-3744: -- Long ago... I'll try to remember. My vague recollection

[jira] [Commented] (SOLR-8110) Start enforcing field naming recomendations in next X.0 release?

2016-02-28 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15171096#comment-15171096 ] Jack Krupansky commented on SOLR-8110: -- bq. "safe"... "moderate"... "

[jira] [Commented] (SOLR-8110) Start enforcing field naming recomendations in next X.0 release?

2016-02-28 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15171092#comment-15171092 ] Jack Krupansky commented on SOLR-8110: -- bq. lucene expressions I was going to say that Luceene

[jira] [Commented] (SOLR-8110) Start enforcing field naming recomendations in next X.0 release?

2016-02-27 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15170700#comment-15170700 ] Jack Krupansky commented on SOLR-8110: -- I can't recall any explicit statement on case sensitivity

[jira] [Commented] (SOLR-8110) Start enforcing field naming recomendations in next X.0 release?

2016-02-27 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15170698#comment-15170698 ] Jack Krupansky commented on SOLR-8110: -- Dollar sign is permitted in Java identifier, including

[jira] [Commented] (SOLR-8110) Start enforcing field naming recomendations in next X.0 release?

2016-02-26 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15170155#comment-15170155 ] Jack Krupansky commented on SOLR-8110: -- I've accepted the fact that Solr will probably never need

[jira] [Commented] (SOLR-8110) Start enforcing field naming recomendations in next X.0 release?

2016-02-26 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15169830#comment-15169830 ] Jack Krupansky commented on SOLR-8110: -- Dot is a tough case. I can see reserving it for future

[jira] [Commented] (SOLR-8713) New UI points to the wiki for Query Syntax instead of the Reference Guide

2016-02-26 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15169703#comment-15169703 ] Jack Krupansky commented on SOLR-8713: -- Be careful, because Confluence has the working text

[jira] [Commented] (SOLR-8110) Start enforcing field naming recomendations in next X.0 release?

2016-02-23 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15159113#comment-15159113 ] Jack Krupansky commented on SOLR-8110: -- 1. Since the concept of enforcement of naming conventions

Re: Removing branch_5x shortly

2016-02-23 Thread Jack Krupansky
. -- Jack Krupansky On Tue, Feb 23, 2016 at 10:34 AM, Anshum Gupta <ans...@anshumgupta.net> wrote: > I thought we had a consensus here in terms of being able to have another > 5x release if someone felt the need and volunteered but I guess that wasn't > the case. I say that bec

[jira] [Commented] (SOLR-8110) Start enforcing field naming recomendations in next X.0 release?

2016-02-21 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15156259#comment-15156259 ] Jack Krupansky commented on SOLR-8110: -- There is the issue of simple ASCII letters vs. Unicode letters

Re: Removing branch_5x shortly

2016-02-20 Thread Jack Krupansky
ns for "Major release", "Minor release", and "Bugfix release". -- Jack Krupansky On Sat, Feb 20, 2016 at 2:26 PM, Uwe Schindler <u...@thetaphi.de> wrote: > Hi, > > Let's keep the branch. The other ones from 3 and 4 are also still there. > > If an

[jira] [Commented] (SOLR-8621) solrconfig.xml: deprecate/replace with

2016-02-18 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15153085#comment-15153085 ] Jack Krupansky commented on SOLR-8621: -- Shouldn't the index config reference page still list

[jira] [Comment Edited] (SOLR-7555) Display total space and available space in Admin

2016-02-17 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15151147#comment-15151147 ] Jack Krupansky edited comment on SOLR-7555 at 2/17/16 8:52 PM: --- I recently

[jira] [Commented] (SOLR-7555) Display total space and available space in Admin

2016-02-17 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15151147#comment-15151147 ] Jack Krupansky commented on SOLR-7555: -- I recently noticed that quite a few f the Amazon EC2 instance

[jira] [Commented] (SOLR-8110) Start enforcing field naming recomendations in next X.0 release?

2016-02-17 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15151121#comment-15151121 ] Jack Krupansky commented on SOLR-8110: -- It would be nice to say that a "Solr identifier" ha

Re: LLC expense figures and interest income

2016-02-08 Thread Jack Krupansky
Erick, thank you so much for this timely reminder to start working on my own taxes. -- Jack Krupansky On Mon, Feb 8, 2016 at 2:06 PM, Erick Erickson <erickerick...@gmail.com> wrote: > Sorry, autocomplete failure. Wish the tax guy's name wasn't Devin. > > Ignore please. >

Re: Any issues with solr 5.4 and SAN drives

2016-02-05 Thread Jack Krupansky
coming from? Ultimately a network connection is probably going to be more load-sensitive than having the same storage devices local to the server. It would come as no surprise that the SAN would attempt to shed load if the load becomes too extreme. -- Jack Krupansky On Fri, Feb 5, 2016 at 6:12 PM

Re: Naming branches so that life is easier

2016-02-04 Thread Jack Krupansky
should keep them in private forks? -- Jack Krupansky On Thu, Feb 4, 2016 at 1:32 AM, Shai Erera <ser...@gmail.com> wrote: > I think that all remote branches should be JIRA related. I.e. I don't see > myself pushing a remote branch like shaie/something. Since we do all > dev

Re: Naming branches so that life is easier

2016-02-04 Thread Jack Krupansky
till needs to update the Solr Resources page to include the github link in addition to the legacy svn viewvc link. -- Jack Krupansky On Thu, Feb 4, 2016 at 9:49 AM, Uwe Schindler <u...@thetaphi.de> wrote: > Hi, > > > > they are still there as tags. If you want to “reacti

[jira] [Commented] (SOLR-5730) make Lucene's SortingMergePolicy and EarlyTerminatingSortingCollector configurable in Solr

2016-02-02 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15129131#comment-15129131 ] Jack Krupansky commented on SOLR-5730: -- Let me try again... again, my apologies for not commenting

[jira] [Commented] (SOLR-5730) make Lucene's SortingMergePolicy and EarlyTerminatingSortingCollector configurable in Solr

2016-02-02 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15128303#comment-15128303 ] Jack Krupansky commented on SOLR-5730: -- Sorry for arriving so late to the party here, but I've gotten

[jira] [Commented] (SOLR-8621) solrconfig.xml: deprecate/replace with

2016-02-01 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15127090#comment-15127090 ] Jack Krupansky commented on SOLR-8621: -- Will both the and elements will be deprecated as well

[jira] [Commented] (SOLR-8621) solrconfig.xml: deprecate/replace with

2016-02-01 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15127099#comment-15127099 ] Jack Krupansky commented on SOLR-8621: -- IIUC, the motivation here is to permit any number of merge

[jira] [Commented] (SOLR-8621) solrconfig.xml: deprecate/replace with

2016-01-29 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15123590#comment-15123590 ] Jack Krupansky commented on SOLR-8621: -- Is this simply a rename of the XML element name (from

[jira] [Commented] (LUCENE-6991) WordDelimiterFilter bug

2016-01-25 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15115405#comment-15115405 ] Jack Krupansky commented on LUCENE-6991: Does seem odd and wrong. I also notice

Re: Apache Lucene/Solr GIT migration, requesting infra help

2016-01-23 Thread Jack Krupansky
l somewhat a mystery. A few more clues about what is really going on would be helpful. Or at least stuff average contributors might care about, not the hard-core Infra stuff. Thanks. -- Jack Krupansky On Sat, Jan 23, 2016 at 3:45 PM, Erick Erickson <erickerick...@gmail.com> wrote: > Indeed, t

[jira] [Commented] (SOLR-8029) Modernize and standardize Solr APIs

2016-01-20 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15109850#comment-15109850 ] Jack Krupansky commented on SOLR-8029: -- Is this likely to be in 6.0 or 6.1? +1 for 6.0, even

Re: Moving Lucene / Solr from SVN to Git

2016-01-10 Thread Jack Krupansky
, but the details of "submitting a patch" should be clearly documented.) Then there is the matter of code review and whether to encourage comments in Jira. Comments can be made on pull requests, but should some external tool like reviewable.io be encouraged? -- Jack Krupansky On Sat, Jan 9,

Re: Breaking Java back-compat in Solr

2016-01-08 Thread Jack Krupansky
that takes some of the pressure off. Still, I'd prefer that the back-compat criteria be settled ASAP. -- Jack Krupansky On Wed, Jan 6, 2016 at 10:43 AM, Yonik Seeley <ysee...@gmail.com> wrote: > On Wed, Jan 6, 2016 at 1:03 AM, Anshum Gupta <ans...@anshumgupta.net> > wrote: &

Re: Lucene/Solr 6.0.0 release

2016-01-08 Thread Jack Krupansky
+1 for a 5.x deprecation release so 6.0 can remove old stuff. +1 for a git-based release +1 for at least 3 months for people to finish and stabilize work in progress - April to July seems like the right window to target -- Jack Krupansky On Fri, Jan 8, 2016 at 10:09 AM, Anshum Gupta <

Re: Contribution: Codec for index-level encryption

2016-01-07 Thread Jack Krupansky
Be sure to add that comment about multi-tenancy to the Jira description since that is a key aspect of this particular approach. -- Jack Krupansky On Thu, Jan 7, 2016 at 4:52 AM, Renaud Delbru <renaud@siren.solutions> wrote: > Hi Robert, > > Yes, you are right. This approach is mo

Re: Breaking Java back-compat in Solr

2016-01-06 Thread Jack Krupansky
the code at the expense of plugin compatibility and without a compelling benefit to users or Expert contributors. (Says the guy who has no binding vote in this matter.) -- Jack Krupansky On Wed, Jan 6, 2016 at 8:15 AM, Noble Paul <noble.p...@gmail.com> wrote: > Yes Anshum > HTTP APIs an

[jira] [Commented] (SOLR-3141) Deprecate OPTIMIZE command in Solr

2016-01-06 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15086474#comment-15086474 ] Jack Krupansky commented on SOLR-3141: -- bq. optimize() is rarely necessary anymore Well... I used

Re: Breaking Java back-compat in Solr

2016-01-04 Thread Jack Krupansky
uts greater pressure on getting an earlier 6.0 release, so be it. +1 for that. Whether the Lucene guys have the same concerns as the Solr guys is an interesting question. -- Jack Krupansky On Mon, Jan 4, 2016 at 12:30 PM, Yonik Seeley <ysee...@gmail.com> wrote: > On Mon, Jan 4, 2016 at 12

Re: Breaking Java back-compat in Solr

2016-01-04 Thread Jack Krupansky
as well - the code that plugins need to call. -- Jack Krupansky On Mon, Jan 4, 2016 at 11:27 AM, Anshum Gupta <ans...@anshumgupta.net> wrote: > Hi, > > I was looking at refactoring code in Solr and it gets really tricky and > confusing in terms of what level of back-compat need

Re: Hi

2015-12-26 Thread Jack Krupansky
ntegration with your application should be directed to the Lucene (Java) "user" list: https://lucene.apache.org/core/discussion.html#java-user-list-java-userlucene -- Jack Krupansky On Sat, Dec 26, 2015 at 2:25 PM, Erick Erickson <erickerick...@gmail.com> wrote: > Here's a place

Re: Null Commit Mails from Buildbot for website

2015-12-19 Thread Jack Krupansky
I had asked about these messages two and a half years ago and nobody stepped forward to claim that they had any value and merely suggested filtering them in the user email client. So, I'm a solid +1 for suppressing them. Uwe was the only person responding to my inquiry back in July 2013. -- Jack

Re: Lucene/Solr git mirror will soon turn off

2015-12-15 Thread Jack Krupansky
ther see Lucene/Solr committers focused on new feature development rather than doing Infra's job, and if Infra can't do it easily, why not shift to a solution that has much less downside and baggage and has a brighter future. -- Jack Krupansky On Tue, Dec 15, 2015 at 11:32 AM, Mark Miller <markr

Re: JSON "fields" vs defaults

2015-12-15 Thread Jack Krupansky
parameter. -- Jack Krupansky On Thu, Dec 10, 2015 at 3:55 PM, Ryan Josal <rjo...@gmail.com> wrote: > I didn't see a Jira open in this, so I wanted to see if it's expected. If > you pass "fields":[...] in a SOLR JSON API request, it does not override > what's the defau

Re: JSON "fields" vs defaults

2015-12-15 Thread Jack Krupansky
he.org/confluence/display/solr/JSON+Request+API Filter seems to make sense for this auto-appends mode, but fields/fl don't seem to benefit from appending rather than treating the defaults section in the traditional manner, I think. -- Jack Krupansky On Tue, Dec 15, 2015 at 9:06 PM, Yonik Seeley <ysee..

[jira] [Commented] (SOLR-2649) MM ignored in edismax queries with operators

2015-12-03 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15038585#comment-15038585 ] Jack Krupansky commented on SOLR-2649: -- The behavior of mm only applying to the top-level query

Re: Next release...

2015-11-09 Thread Jack Krupansky
Bummer... the prospect of Credence Clearwater Revival having a new release had me going there. -- Jack Krupansky On Mon, Nov 9, 2015 at 10:35 AM, Erick Erickson <erickerick...@gmail.com> wrote: > Make that CDCR > > On Mon, Nov 9, 2015 at 7:32 AM, Erick Erickson <erick

Re: Heads up: reindex trunk/5.x indices

2015-11-06 Thread Jack Krupansky
Will 5.x releases, x>3, require a reindex? I thought the idea was that only a major release (trunk) would change index format. -- Jack Krupansky On Fri, Nov 6, 2015 at 11:24 AM, Adrien Grand <jpou...@gmail.com> wrote: > I committed a patch that changes the index format fo

Re: Solr Search: Access Control / Role based security

2015-11-05 Thread Jack Krupansky
://docs.lucidworks.com/display/help/Search+Filters+for+Access+Control -- Jack Krupansky On Thu, Nov 5, 2015 at 2:26 PM, Susheel Kumar <susheel2...@gmail.com> wrote: > Hi, > > I have seen couple of use cases / need where we want to restrict result of > search based on role o

[jira] [Commented] (LUCENE-6874) WhitespaceTokenizer should tokenize on NBSP

2015-11-03 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14988338#comment-14988338 ] Jack Krupansky commented on LUCENE-6874: Certainly Solr can update its example schemas to use

[jira] [Commented] (LUCENE-6874) WhitespaceTokenizer should tokenize on NBSP

2015-11-03 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14988646#comment-14988646 ] Jack Krupansky commented on LUCENE-6874: bq. Because WST and WDF should really only be used

[jira] [Commented] (LUCENE-6874) WhitespaceTokenizer should tokenize on NBSP

2015-11-03 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14988615#comment-14988615 ] Jack Krupansky commented on LUCENE-6874: Tika is the other (main?) approach to ingesting text

[jira] [Commented] (LUCENE-6874) WhitespaceTokenizer should tokenize on NBSP

2015-11-02 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985540#comment-14985540 ] Jack Krupansky commented on LUCENE-6874: +1 for using the Unicode definition of white space

[jira] [Comment Edited] (LUCENE-6874) WhitespaceTokenizer should tokenize on NBSP

2015-11-02 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985540#comment-14985540 ] Jack Krupansky edited comment on LUCENE-6874 at 11/2/15 5:34 PM: - +1

[jira] [Commented] (LUCENE-6842) No way to limit the fields cached in memory and leads to OOM when there are thousand of fields (thousands)

2015-10-19 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14963420#comment-14963420 ] Jack Krupansky commented on LUCENE-6842: Generally, Lucene has few hard limits, but the general

[jira] [Commented] (SOLR-8160) Terms query parser should optionally do query analysis

2015-10-13 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14955080#comment-14955080 ] Jack Krupansky commented on SOLR-8160: -- The doc is a bit misleading, for both the Term and Terms query

[jira] [Comment Edited] (LUCENE-6301) Deprecate Filter

2015-10-12 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14953084#comment-14953084 ] Jack Krupansky edited comment on LUCENE-6301 at 10/12/15 12:58 PM: --- I

[jira] [Commented] (LUCENE-6301) Deprecate Filter

2015-10-12 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14953084#comment-14953084 ] Jack Krupansky commented on LUCENE-6301: I know this change has been in progress for awhile

[jira] [Commented] (LUCENE-6301) Deprecate Filter

2015-10-12 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14953174#comment-14953174 ] Jack Krupansky commented on LUCENE-6301: Thanks! LGTM. Now let's see if the Solr guys pick up

[jira] [Commented] (LUCENE-6305) BooleanQuery.equals should ignore clause order

2015-10-09 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14950255#comment-14950255 ] Jack Krupansky commented on LUCENE-6305: No objection, but it would be good for the javadoc

[jira] [Commented] (LUCENE-6664) Replace SynonymFilter with SynonymGraphFilter

2015-10-04 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14942686#comment-14942686 ] Jack Krupansky commented on LUCENE-6664: Hey [~mikemccand], don't get discouraged

[jira] [Commented] (LUCENE-6821) TermQuery's constructors should clone the incoming term

2015-10-03 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14942310#comment-14942310 ] Jack Krupansky commented on LUCENE-6821: Won't this change have the prospect of increasing

Re: Encrypted index?

2015-09-08 Thread Jack Krupansky
/LUCENE-737 -- Jack Krupansky On Tue, Sep 8, 2015 at 11:07 AM, Adam Retter <adam.ret...@googlemail.com> wrote: > > The easiest way to do this is put the index over >> an encrypted file system. Encrypting the actual >> _tokens_ has a few problems, not the least of >>

Re: Apache cassandra and solr

2015-08-10 Thread Jack Krupansky
You can always extract rows from a Cassandra table and then insert them into a Solr collection. Or you can develop a middleware layer that takes each insert, update, or delete and applies it to both Cassandra and Solr. -- Jack Krupansky On Mon, Aug 10, 2015 at 11:24 AM, cuponesruben cuponesru

Re: Changes to the Solr website - what kind of review process is required?

2015-03-16 Thread Jack Krupansky
after changing schema or config, and Be sure to reindex data after changing schema, etc. IOW, make it super easy to send a user problem report, increase the likelihood that it will have relevant information, and increase the likelihood that the user can resolve the problem themselves. -- Jack

[jira] [Commented] (SOLR-7249) Solr engine misses null-values in OR null part for eDisMax parser

2015-03-16 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363383#comment-14363383 ] Jack Krupansky commented on SOLR-7249: -- It's best to pursue this type of issue

Re: Enforce reasonable field names in Solr?

2015-02-12 Thread Jack Krupansky
parameter syntax support escaping of an equal sign in a query parameter name? -- Jack Krupansky On Thu, Feb 12, 2015 at 10:30 AM, Erick Erickson erickerick...@gmail.com wrote: I was commenting on SOLR-6997 about allowing hyphens in field names and started to wonder about whether we should try

Re: Is the Solr CodecFactory doc a bit off-kilter?

2015-02-10 Thread Jack Krupansky
solrconfig codecFactory element simply describes the default codec factory for Solr and is unneeded - it's simply there for documentation, and in case some advanced expert user wanted to override it. -- Jack Krupansky On Tue, Feb 10, 2015 at 8:54 PM, Shawn Heisey apa...@elyograg.org wrote: On 2

Re: StandardTokenizer, maxTokenLength behavior — likely bug

2015-01-26 Thread Jack Krupansky
My comments on https://issues.apache.org/jira/browse/LUCENE-5785 apply to the standard tokenizer as well - a mode should be supported so that the app developer can decide which approach is best for their use case. -- Jack Krupansky On Mon, Jan 26, 2015 at 11:17 AM, david.w.smi...@gmail.com

Re: Solr geospatial index?

2015-01-10 Thread Jack Krupansky
Every field has its own index based of the type of the field. -- Jack Krupansky On Sat, Jan 10, 2015 at 11:25 AM, Matteo Tarantino matteo.tarant...@gmail.com wrote: Thank you for your reply, I have read the documentation, but I still don't understand if Solr creates or not two different

Re: Solr geospatial index?

2015-01-10 Thread Jack Krupansky
See the Solr reference guide section on Spatial Search: https://cwiki.apache.org/confluence/display/solr/Spatial+Search -- Jack Krupansky On Sat, Jan 10, 2015 at 10:26 AM, Matteo Tarantino matteo.tarant...@gmail.com wrote: Hi all, I hope to not bother you, but I think I'm writing to the only

Broken link on Solr web site for source code view

2015-01-10 Thread Jack Krupansky
/lucene/dev/ to: http://svn.apache.org/viewvc/lucene/dev/ -- Jack Krupansky

[jira] [Commented] (SOLR-5507) Admin UI - Refactoring using AngularJS

2014-12-28 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14259657#comment-14259657 ] Jack Krupansky commented on SOLR-5507: -- bq. All I ask, though, is that you forgive

[jira] [Commented] (SOLR-6892) Make it possible to define update request processors as toplevel components

2014-12-28 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14259665#comment-14259665 ] Jack Krupansky commented on SOLR-6892: -- Thanks for the description updates. Comments

[jira] [Commented] (SOLR-5507) Admin UI - Refactoring using AngularJS

2014-12-27 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14259455#comment-14259455 ] Jack Krupansky commented on SOLR-5507: -- This issue has gotten confused. Please clarify

[jira] [Commented] (SOLR-6892) Make update processors toplevel components

2014-12-27 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14259566#comment-14259566 ] Jack Krupansky commented on SOLR-6892: -- Issue type should be Improvement, not Bug

  1   2   3   4   5   6   7   8   >