Re: Solrcloud Garbage Collection Suspension linked across nodes?

2020-05-13 Thread John Blythe
can we get this person blocked? -- John Blythe On Wed, May 13, 2020 at 1:05 PM ART GALLERY wrote: > check out the videos on this website TROO.TUBE don't be such a > sheep/zombie/loser/NPC. Much love! > https://troo.tube/videos/watch/aaa64864-52ee-4201-922f-41300032f219 > > On M

Re: Haystack CFP is open, come and tell us how you tune relevance for Lucene/Solr

2020-01-28 Thread John Blythe
t; including Think Like a Relevance Engineer, Hello LTR and NLP) - > hopefully this will give you enough information for budgeting. > > Speakers get a small discount too! > > Cheers > > Charlie > > On 27/01/2020 22:21, John Blythe wrote: > > Hey Doug. Do you

Re: Haystack CFP is open, come and tell us how you tune relevance for Lucene/Solr

2020-01-27 Thread John Blythe
gt; > > > > > -- > *Doug Turnbull **| CTO* | OpenSource Connections > <http://opensourceconnections.com>, LLC | 240.476.9983 > Author: Relevant Search <http://manning.com/turnbull> > This e-mail and all contents, including attachments, is considered to be > Company Confidential unless explicitly stated otherwise, regardless > of whether attachments are marked as such. > -- John Blythe

Re: child docs

2019-03-07 Thread John Blythe
thanks for the quick response! that was my inkling from what i've read thus far, but was curious if any benefits could make it potentially worthwhile. interested in other "gotchas" the nesting may cause us to incur. thanks again! -- John Blythe On Thu, Mar 7, 2019 at 10:23 AM Eric

child docs

2019-03-07 Thread John Blythe
] child1: {tranx4} could be up to several hundred child docs per entity, though usually will be double digits only (per entity), sometimes as low as < 10. hope this makes sense. thanks for any insight! best, -- John Blythe

Re: Faceting with a multi valued field

2018-09-25 Thread John Blythe
you can update your filter query to be a facet query, this will apply the query to the resulting facet set instead of the Communities field itself. -- John Blythe On Tue, Sep 25, 2018 at 4:15 PM Hanjan, Harinder wrote: > Hello! > > I am doing faceting on a field which has multip

Term insight with facets

2018-09-22 Thread John Blythe
on a dynamically set limit? Thanks for any thoughts! -- John Blythe

admin auth

2018-09-21 Thread John Blythe
*does* require it. any low hanging fruit ideas we could try out to help resolve this? thanks! -- John Blythe

Re: 6.x to 7.x differences

2018-09-12 Thread John Blythe
thanks, shawn. yep, i saw the multi term synonym discussion when googling around a bit after your first reply. pretty jazzed about finally getting to tinker w that instead of creating our regex ducktape solution for_multi_term_synonyms! thanks again- -- John Blythe On Wed, Sep 12, 2018 at 2:15

enquoted searches

2018-09-12 Thread John Blythe
r results as expected, too. from the bit of reading i did on the spanquery stuff i was thinking that maybe it was related to positioning issues, specifically with 'sterile'. in the Analysis tab, however, it's in position 6 in both indexing and querying output. thanks for any thoughts or assists here! best, -- John Blythe

Re: large query producing graph error ... maybe?

2018-09-12 Thread John Blythe
be the value add on fq + cache=false variation? thanks for the help! -- John Blythe On Wed, Sep 12, 2018 at 1:02 PM Erick Erickson wrote: > Looks like your SKU field is points-based? Strings would probably be > better, if you switched to points-based it's new code. > > And maxBo

large query producing graph error ... maybe?

2018-09-12 Thread John Blythe
of times (maybe 600? idk). no mention of maxBooleanClause issues specifically in the output, shows as a stack overflow error. is this something we can solve in our solr/cloud/zk configuration or is it somewhere else to be solved? thanks! -- John Blythe

Re: 6.x to 7.x differences

2018-09-12 Thread John Blythe
batty by the analysis vs. query results though, so looking forward to playing w that some more. for our immediate purposes, however, i think this solves it! -- John Blythe On Wed, Sep 12, 2018 at 1:35 AM Preeti Bhat wrote: > Hi John, > > Please check the solrQueryParser option, it wa

6.x to 7.x differences

2018-09-11 Thread John Blythe
. i'm left scratching my head at this point. i'm guessing it's from the lucene parser? hoping to get some clarity from you guys! thanks! -- John Blythe

Re: 504 timeout

2018-09-11 Thread John Blythe
ah, great thought. didn't even think of that. we already have a couple ngram-based fields. will send over to the stakeholder who was attempting this. thanks! -- John Blythe On Sun, Sep 9, 2018 at 11:31 PM Erick Erickson wrote: > First of all, wildcards are evil. Be sure that the rea

504 timeout

2018-09-09 Thread John Blythe
w our server configuration or is there some solr/cloud config'ing that we could work on that would allow better response to these sorts of queries (though it'd be at a cost, i'd imagine!). thanks for any insight! best, -- John Blythe

Re: Local development and SolrCloud

2018-08-23 Thread John Blythe
e a slave instance and > > fire it up. Also, load benchmarking is easier when indexing is on a > > separate instance. > > > > In prod, we have 45 Solr hosts in four clusters. > > > > wunder > > Walter Underwood > > wun...@wunderwood.org > >

Local development and SolrCloud

2018-08-22 Thread John Blythe
a “standard” (read: non-cloud) local solr environment locally for our development workflow and using cloud only for our remote environments. Curious to know how wise or stupid that play would be. Thanks for any info! -- John Blythe

Re: Preferred PHP Client Library

2018-07-17 Thread John Blythe
migrating to cloud, but have also found that it's not entirely necessary (i can't yet speak to the cost/benefit of using the extension when we deploy to cloud) best of luck- -- John Blythe On Tue, Jul 17, 2018 at 11:57 AM Christian Spitzlay < christian.spitz...@biologis.com> wrote: > Hi,

Re: Preferred PHP Client Library

2018-07-16 Thread John Blythe
what are the benefits of > switching to it? > > Thanks! > TZ > -- John Blythe

Re: replication

2018-04-13 Thread John Blythe
great. thanks, erick! -- John Blythe On Wed, Apr 11, 2018 at 12:16 PM, Erick Erickson <erickerick...@gmail.com> wrote: > bq: are you simply flagging the fact that we wouldn't direct the queries > to A > v. B v. C since SolrCloud will make the decisions itself as to which part

Re: replication

2018-04-11 Thread John Blythe
the background will point to the ELB the slaves are sitting behind. we'll also begin setting up a simple solrcloud instance to toy with per your suggestion above. inb4 tons more questions on my part :) thanks! -- John Blythe On Tue, Apr 10, 2018 at 11:14 AM, Erick Erickson <erickerick...@gmail

Re: replication

2018-04-09 Thread John Blythe
for writing and user access in NRT events, but slaves for the heavier backend processing. Thoughts? - anyone do consulting on this that would be interested in chatting? Thanks again! On Mon, Apr 9, 2018 at 18:18 Shawn Heisey <apa...@elyograg.org> wrote: > On 4/9/2018 12:15 PM, John Bly

replication

2018-04-09 Thread John Blythe
couple seconds for 4 replicas. that said, i'm going *entirely* off of assumption at this point and wanted to check in w you all to see any nuances, gotchas, hidden landmines, etc. that we should be considering before rolling things out. thanks for any info! -- John Blythe

Re: Profanity

2018-01-08 Thread John Blythe
> data or it won’t. > > Thanks > > Sid > > Sent from my iPhone > > > On Jan 8, 2018, at 4:38 PM, John Blythe <johnbly...@gmail.com> wrote: > > > > you could use the keepwords functionality. have a field that only keeps > > profanity and then y

Re: Profanity

2018-01-08 Thread John Blythe
you could use the keepwords functionality. have a field that only keeps profanity and then you can query against that field having its default value vs. profane text -- John Blythe On Mon, Jan 8, 2018 at 3:12 PM, Sadiki Latty <sla...@uottawa.ca> wrote: > Hey > > I would like to

Re: length of indexed value

2017-10-04 Thread John Blythe
ah, thanks for the link. -- John Blythe On Wed, Oct 4, 2017 at 9:23 AM, Erick Erickson <erickerick...@gmail.com> wrote: > Check. The problem is they don't encode the exact length. I _think_ > this patch shows you'd be OK with shorter lengths, but check: > https://issues.apache.

Re: length of indexed value

2017-10-04 Thread John Blythe
to be counted as a match. -- John Blythe On Wed, Oct 4, 2017 at 6:22 AM, alessandro.benedetti <a.benede...@sease.io> wrote: > Are the norms a good approximation for you ? > If you preserve norms at indexing time ( it is a configuration that you can > operate in the schema.xml) you ca

length of indexed value

2017-10-03 Thread John Blythe
field to be indexed with the length of what i know will end up being the indexed value's length am i missing out on an easier, more straight forward solution? thanks! -- John Blythe

Re: tipping point for using solrcloud—or not?

2017-10-02 Thread John Blythe
/S will work for you. > > But otherwise I'd be using SolrCloud. > > Best, > Erick > > On Mon, Oct 2, 2017 at 1:48 PM, John Blythe <johnbly...@gmail.com> wrote: > > thanks for the responses, guys. > > > > erick: we do need NRT in several cases. also in need of

Re: tipping point for using solrcloud—or not?

2017-10-02 Thread John Blythe
up the machine if there isn't a jvm load issue we're currently experiencing? i can def provide more info that could help in the discussion. help me know the best way / stuff to send if you can please. thanks again for the help guys- -- John Blythe On Fri, Sep 29, 2017 at 10:27 AM, Erick

tipping point for using solrcloud—or not?

2017-09-29 Thread John Blythe
igs to make sure we trim any fat we can. also wanting to get optimization scheduled more regularly to help out w segmentation and garbage heap. not sure how far those two alone will get us, though. thanks for any thoughts! -- John Blythe

entities, keepwords, and confusion

2017-08-16 Thread John Blythe
hi all, i'm attempting to define some entities in a keepwords file that a group of fields will use as other fields are copied into them. my index analyzer is defined with a KeyWord tokenizer followed by the Keepword filter and a LowerCase for the finale. my query analyzer uses WhiteSpace for

Re: missing documents after restart

2017-08-12 Thread John Blythe
haha, can't have that now! -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Fri, Aug 11, 2017 at 2:44 PM, Erick Erickson <erickerick...@gmail.com> wrote: > Thanks for closing this out, I

Re: missing documents after restart

2017-08-11 Thread John Blythe
Looks like part of our nightly processing was restarting the solr server before all indexing was done bc of using a blunt object approach of doing so at designated times, doh! On Tue, Aug 8, 2017 at 9:35 PM John Blythe <j...@curvolabs.com> wrote: > Thanks Erick. I don't think all of

Re: missing documents after restart

2017-08-08 Thread John Blythe
nd you kill Solr with evil intent. But that's a long chain > of "ifs" > > Best, > Erick > > On Tue, Aug 8, 2017 at 6:02 AM, John Blythe <j...@curvolabs.com> wrote: > > hi all. > > > > i have a core that contains about 22 million documents.

missing documents after restart

2017-08-08 Thread John Blythe
hi all. i have a core that contains about 22 million documents. when the solr server is restarted it drops to 200-400k. the dashbaord says that it's both optimized and current. is there config issues i need to address in solr or the server? not really sure where to begin in hunting this down.

Re: stats and pivots and sums

2017-07-06 Thread John Blythe
will check it out, thanks- -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Thu, Jul 6, 2017 at 12:37 PM, Erick Erickson <erickerick...@gmail.com> wrote: > Have you looked at the JSON facet

stats and pivots and sums

2017-07-06 Thread John Blythe
hi all. i'm attempting to find similar purchases for a user. the volume of purchase helps dictate the price point that they can expect. as such, i'm attempting to determine the sum of the quantity field across all purchases per user. i've got something like this as of yet: facet=on& >

Re: knowing which fields were successfully hit

2017-05-17 Thread John Blythe
hey erik, totally unaware of those two. we're able to retrieve metadata about the query itself that way? -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Tue, May 16, 2017 at 1:54 PM, Erik Hat

Re: knowing which fields were successfully hit

2017-05-16 Thread John Blythe
dorian - yup! mikhail - interesting, will definitely check it out. thanks- -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Tue, May 16, 2017 at 1:16 PM, Dorian Hoxha <dorian.ho...@gmail.com

Re: knowing which fields were successfully hit

2017-05-16 Thread John Blythe
- -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Tue, May 16, 2017 at 11:37 AM, David Hastings < hastings.recurs...@gmail.com> wrote: > what do you mean "hit?" As in the user clicked it? &

knowing which fields were successfully hit

2017-05-16 Thread John Blythe
hey all. i'm sending data out that could represent a purchased item or a competitive alternative. when the results are returned i'm needing to know which of the two were hit so i can serve up the *other*. i can make a blunt instrument in the application layer to simply look for a match between

Re: simple matches not catching at query time

2017-04-12 Thread John Blythe
you can view some of my analyses here that has caused me grief and confusion: http://imgur.com/a/Fcht3 here is a debug output: "rawquerystring":"\"ZIMMER:ZIMMER US\"", "querystring":"\"ZIMMER:ZIMMER US\"", "parsedquery":"(+DisjunctionMaxQuery((manufacturer_syn:\"zimmer zimmer\" |

Re: simple matches not catching at query time

2017-04-11 Thread John Blythe
vendor'), stop filter, lower case, stem. in your mentioned strategy, what is the "id:" representative of? thanks! -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Tue, Apr 11, 2017 at 4:

Re: simple matches not catching at query time

2017-04-11 Thread John Blythe
more, i see Analysis chain functioning just fine but the query itself getting 0 hits. think TermComponents is the best option at this point or something else given the above filler info? -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58

simple matches not catching at query time

2017-04-11 Thread John Blythe
hi everyone. i recently wrote in ('analysis matching, query not') but never heard back so wanted to follow up. i'm at my wit's end currently. i have several fields that are showing matches in the analysis tab. when i dumb down the string sent over to query it still gives me issues in some field

analysis matching, query not

2017-04-10 Thread John Blythe
hi all. i'm experiencing a head scratcher. i've got some queries that aren't matching despite seeing them do so in the Analysis window. i'm wondering if it's due to multi-term differences between Analysis and raw queries. i'm querying something like this: ...fq=manufacturer:("VENDOR:VENDOR US")

Re: storing the analyzed value

2017-04-01 Thread John Blythe
gt; It deals with how the analyzer chain can now be applied in Streaming > Expressions. It will be part of the 6.6 release and is in master and > branch_6x already. > > Joel Bernstein > http://joelsolr.blogspot.com/ > > On Sat, Apr 1, 2017 at 5:23 PM, Rick Leir <rl...@leirtech.com>

Re: storing the analyzed value

2017-04-01 Thread John Blythe
> > https://cwiki.apache.org/confluence/display/solr/Field+Type+Definitions+and+Properties > > On 2017-03-31 01:55 PM, John Blythe wrote: > > hey all > > > > i'm wanting to store one of my field's analyzed token for retrieval. is > > there any way to do this?

storing the analyzed value

2017-03-31 Thread John Blythe
hey all i'm wanting to store one of my field's analyzed token for retrieval. is there any way to do this? the preliminary googling i'd done had discussions from 2007-2010, i didn't notice anything very recent touching on the concept. thanks-

Re: Version upgrading approaches

2017-03-28 Thread John Blythe
all good info, appreciate it from you both -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Tue, Mar 28, 2017 at 8:54 AM, Shawn Heisey <apa...@elyograg.org> wrote: > On 3/27/2017 5:51 AM

Version upgrading approaches

2017-03-27 Thread John Blythe
? -- -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713

Re: Multi word synonyms

2017-03-26 Thread John Blythe
gt; > Best, > Sanjana > > > > On Sun, Mar 26, 2017 at 12:30 PM, John Blythe <j...@curvolabs.com> wrote: > > > I use the keyword tokenizer and then pattern replace to transform multi > > words into underscore connected tokens. For instance, "Burger Joint"

Re: Classify document using bag of words

2017-03-26 Thread John Blythe
. > > > > That's actually a good option but I would need the category text on the > > field so I can facet on the field and get every category and the number. > > > > On 26 March 2017 at 18:27, John Blythe <j...@curvolabs.com> wrote: > > > >> Y

Re: Multi word synonyms

2017-03-26 Thread John Blythe
; If the recipient of this Communication is not the intended recipient, or > the employee or agent responsible for delivering this Communication to the > intended recipient, you are notified that any dissemination, distribution > or copying of this Communication is strictly prohibited. If you have > received this Communication in error, please notify the sender immediately > by phone or email and permanently delete this Communication from your > computer without making a copy. Thank you. > -- -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713

Re: Classify document using bag of words

2017-03-26 Thread John Blythe
gt; > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Classify-document-using-bag-of-words-tp4326865.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713

Re: How on EARTH do I remove 's in schema file?

2017-03-19 Thread John Blythe
ired="false"/> in there already... > > Thanks. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-on-EARTH-do-I-remove-s-in-schema-file-tp4325709p4325856.html > Sent from the Solr - User mailing list archive at Nabble.com. > -

Re: How on EARTH do I remove 's in schema file?

2017-03-19 Thread John Blythe
o I set the Tag field then too? I think that > is the problem, correct? > > Sorry, but I just inherited this recently... > > > > From: John Blythe [via Lucene] <ml-node+s472066n4325844...@n3.nabble.com> > Sent: Sunday, March 19, 2017 9:17:52 AM &

Re: How on EARTH do I remove 's in schema file?

2017-03-19 Thread John Blythe
ther fields. you can't update your "text" field's definitions and expect "tag" to inherit them, they'll need to be set as well -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On S

Re: How on EARTH do I remove 's in schema file?

2017-03-19 Thread John Blythe
> <https://we.tl/OskBwQwWAo> DOWNLOAD HERE* > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-on-EARTH-do-I-remove-s-in-schema-file-tp4325709p4325841.html > Sent from the Solr - User mailing list archive at Nabble.com. -- -- *John B

analysis matches aren't counting as matches in query

2017-03-17 Thread John Blythe
hi all, i'm having a hard time w understanding why i'm not getting hits on a manufacturer field that i recently updated. i get the following results, the top row being the index analysis and the second the query. RDTF mentor advanced sterilize RDTF mentor advanced sterilize yet when the

requiring both

2017-02-22 Thread John Blythe
hi all. how would you handle a query like "johnson AND johnson"? i don't want something that has "author: linden b. johnson" to hit, only things that actually have two occurrences. currently using standard handler, not e/dismax. only thing i can think of currently is to migrate to dismax and

Re: Solr - example for using percentiles

2017-02-17 Thread John Blythe
sure if this is still relevant, but I use the json.facet parameter > with SolrJ: > > query.add("json.facet", "{\"ninety\":\"percentile(value,90)\"}"); > > - Bram > -- -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713

complex query is stumping me

2017-02-07 Thread John Blythe
, and then determine what's what. i may be asking too much from solr, though. i certainly don't want a query for an answer here, not looking for a handout, but would love to walk through towards a solution if it is indeed possible to satisfy the above reqs. thanks for any thoughts! -- *John Blythe*

Re: Referencing a !key and !stat in facet.pivot

2017-01-15 Thread John Blythe
olr/Faceting#Faceting-CombiningStatsComponentWithPivots > > > https://cwiki.apache.org/confluence/display/solr/Faceting#Faceting-LocalParametersforFaceting > > > https://cwiki.apache.org/confluence/display/solr/The+Stats+Component#TheStatsComponent-LocalParameters > > > > >

Referencing a !key and !stat in facet.pivot

2017-01-12 Thread John Blythe
hi all i'm having an issue with an attempt to assign a key to a facet.pivot while simultaneously referencing one of my stat fields. i've got something like this: stats.field={!tag=pivot_stats}lastPrice& > ... > facet.pivot={!key=pivot} {!stats=pivot_stats}buyer,vendor& ... i've attempted it

ordering results by the min and max difference / converting mysql into solr query

2016-12-30 Thread John Blythe
hi everyone. hope you all had a great christmas! i'm having trouble converting an example mysql script into a solr query. here's my preliminary query: select vendorItem, min(unitPrice), max(unitPrice), -(min(unitPrice) - > max(unitPrice)) as `diff` > from transactions > where orgId IN (x,y,z) >

Re: Stats component's percentiles are incorrect

2016-12-19 Thread John Blythe
g > http://observer.wunderwood.org/ (my blog) > > > > On Dec 19, 2016, at 12:51 PM, John Blythe <j...@curvolabs.com> wrote: > > > > gotcha. yup, that was the back up plan so i think i'll go that route for > > now. > > > > thanks fo

Re: Stats component's percentiles are incorrect

2016-12-19 Thread John Blythe
gotcha. yup, that was the back up plan so i think i'll go that route for now. thanks for the info! best, -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Mon, Dec 19, 2016 at 3:41 PM, Toke Eskildse

Re: Stats component's percentiles are incorrect

2016-12-19 Thread John Blythe
the range itself rather than the concentration of distinct values? thanks for any continued insight here! -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Mon, Dec 19, 2016 at 3:12 PM, Toke

Stats component's percentiles are incorrect

2016-12-19 Thread John Blythe
hi, all. i've begun recruiting solr stats for some nifty little insights for our users' data. it seems to be running just fine in most cases, but i have noticed that there is a fringe group of results that seem to have incorrect data. for instance, one query returns the following output;

Re: cores vs. instances vs. zookeeper vs. cloud vs ?

2016-12-16 Thread John Blythe
entirely different approaches to scaling out. very much helpful to see how off balance i was on that assumption! thanks shawn- -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Fri, Dec 16, 2016 at 3:3

Re: cores vs. instances vs. zookeeper vs. cloud vs ?

2016-12-16 Thread John Blythe
on solrcloud? seems like it to me, but hope to confirm that before investing time in the wrong direction. thanks! -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Fri, Dec 16, 2016 at 1:59 PM, Erick Eric

Re: cores vs. instances vs. zookeeper vs. cloud vs ?

2016-12-16 Thread John Blythe
thanks again, erick! -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Fri, Dec 16, 2016 at 11:38 AM, Erick Erickson <erickerick...@gmail.com> wrote: > It's not quite clear to me whether you'

cores vs. instances vs. zookeeper vs. cloud vs ?

2016-12-16 Thread John Blythe
good morning everyone. i've got a crowing number of cores that various parts of our application are relying upon. i'm having difficulty figuring out the best way to continue expanding for both sake of scale and convenience. i need two extra versions of each core due to our demo instance and our

Re: empty strings outputting to numeric field types

2016-11-16 Thread John Blythe
Ahh, makes sense. Thanks for the clarity, Hoss. Best- -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Tue, Nov 15, 2016 at 5:05 PM, Chris Hostetter <hossman_luc...@fucit.org> wrote: &g

empty strings outputting to numeric field types

2016-11-15 Thread John Blythe
hi all. i'm outputting our data to xml format for solr to consume. i have several fields storing dollar values as tdouble. they don't always exist in the outputted rows, however, at which point they throw an error and fail at indexing because the field is seen as an empty string (the log message:

Re: (Survey/Experiment) Are you interested in a Solr example reading group?

2016-09-14 Thread John Blythe
i'd love to be a part. in a bit of a huge crunch tho at present so i'm not certain how viable an option it will be for me in the near term. conceptually tho i'm all for it. -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams

Re: search documents that have a specific field populated

2016-07-15 Thread John Blythe
we use something in between: fq=fieldName[* TO *] -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Fri, Jul 15, 2016 at 10:17 AM, Valentina Cavazza <valent...@step-net.it> wrote: >

Re: Searching Home's, Homes and Home

2016-07-12 Thread John Blythe
copy in your analyzer from your schema.xml -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Tue, Jul 12, 2016 at 8:10 AM, Surender <surender.si...@rsystems.com> wrote: > Hi, >

Re: Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-07 Thread John Blythe
can you share a link, i'd be interested in checking it out. thanks- -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Thu, Jul 7, 2016 at 4:32 PM, Yangrui Guo <guoyang...@gmail.com> wrot

Re: frange and calculated values

2016-06-24 Thread John Blythe
ahh, bummer! yup, will do the work before producing the query. thanks, erik! -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Fri, Jun 24, 2016 at 11:39 AM, Erik Hatcher <erik.hatc...@gmail.com

frange and calculated values

2016-06-24 Thread John Blythe
hi all, i'm querying a pricing benchmark data set with product level detail from a customer's recent purchases. to help refine things, i'm attempting to keep the low benchmark price within a 3x and 1/3x range of the currently paid price. so, for instance, if i've been buying Foo at $100, I don't

Re: Do we really need to build all existing index data again after changing schema? [scottchu]

2016-06-22 Thread John Blythe
xpectation and reality when it comes to running your searches. but the existing data can in fact continue onward w/o being reindexed at your own peril. -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Wed

Re: [ANN] Relevant Search by Manning out! (Thanks Solr community!)

2016-06-21 Thread John Blythe
awesome, will definitely pick up a copy. booking my ticket to revolution before the next early bird special lapses, see some of you there! -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Tue, Ju

Re: scale

2016-06-02 Thread John Blythe
if we have a match. we use parallel requests of 100 at a time. solr isn't built for this sort of purpose specifically, i'm pretty sure, but even so i'm imagining/hoping there is a way to give it a bit more processing power. thanks for any continued discussion! -- *John Blythe* Product Manager

scale

2016-06-02 Thread John Blythe
hi all, having lots of processing happening using multiple solr cores to do some data linkage with our customers' transactional data. it runs pretty slowly at the moment. we were wondering if there were some solr or jetty tunings that we could implement to help make it more powerful and

Re: Recommended api/lib to search Solr using PHP

2016-05-30 Thread John Blythe
it a whirl -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Mon, May 30, 2016 at 4:27 AM, Georg Sorst <georg.so...@gmail.com> wrote: > We've had good experiences with Solarium, so it's probably w

Re: searching in two indices

2016-05-30 Thread John Blythe
We had previously done something of the sort. With some sources of truth type of cores we would do initial searches on customer transaction data before fetching the related information from those "truth" tables. We would use the various pertinent fields from results #1 to find related data in

Re: import efficiencies

2016-05-26 Thread John Blythe
data that the DIH is currently straining under due to the plethora of open connections. thanks for all the thoughts and sparks flying around on this one, guys! best, -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansv

Re: import efficiencies

2016-05-26 Thread John Blythe
oo gotcha. cool, will make sure to check it out and bounce any related questions through here. thanks! best, -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Thu, May 26, 2016 at 1:45 PM, E

import efficiencies

2016-05-26 Thread John Blythe
hi all, i've got layered entities in my solr import. it's calling on some transactional data from a MySQL instance. there are two fields that are used to then lookup other information from other tables via their related UIDs, one of which has its own child entity w yet another select statement to

Re: dynamicfields, copyfields, and multivalues

2016-05-24 Thread John Blythe
never mind, the issue ended up being that i had the copyField for that uom field in two places and hadn't realized it, doh! -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Tue, May 24, 2016 at 9:0

dynamicfields, copyfields, and multivalues

2016-05-24 Thread John Blythe
hi all, i'm going mad over something that seems incredibly simple. in an attempt to maintain some order to my growing data, i've begun to employ dynamicFields. basic stuff here, just using *_s, *_d, etc. for my strings, doubles, and other common datatypes. i have these stored but not indexed.

Re: using tokens to influence boost and score rather than filtering

2016-04-07 Thread John Blythe
gotcha, thanks for the response. will check {!boost} out for now and start working on moving our current query builders to a dismax/edismax configuration. best, -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansv

using tokens to influence boost and score rather than filtering

2016-04-05 Thread John Blythe
be similar, but 1) i'd like to be certain before proceeding, 2) i'd prefer even more to stick w my vanilla query processing instead of migrating to dismax, at least for the near term. thanks for any pointers best, -- John Blythe

stop words as blacklist

2016-03-18 Thread John Blythe
hey all, is there any out of the box way to use your stop words to completely skip a document? if something has X in its description when being indexed i just want to ignore it altogether / when something is searched with X then go ahead and automatically return 0 results. quick context: using

Re: Sending text into a number field

2016-03-11 Thread John Blythe
gotcha. thanks for the tips guys best, -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Fri, Mar 11, 2016 at 11:25 AM, Alessandro Benedetti < abenede...@apache.org> wrote: > Copyfie

Re: Sending text into a number field

2016-03-11 Thread John Blythe
makes sense. could i set up a simple regex filter in a placeholder field of sorts and then copy that field into my tdouble field? -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Fri, Mar 11, 2016 a

  1   2   >