Re: How to combine third party search data as top results ?

2017-01-31 Thread John Bickerstaff
Some random thoughts... In case any of them are helpful... If the URLs are unique you might be able to elevate them "as is" with a boost or some other method... If the titles are unique, you might be able to do the same (this might require storing the EXACT title in another, non-indexed field) If

Re: Solr Kafka DIH

2017-01-31 Thread John Bickerstaff
I wrote a simple java microservice that did this about a year ago... It was pretty simple - and the kafka topic served as a way to re-create my collection from scratch without hitting the database again in the event of the Solr servers going down. The code just read from Kafka topic one by one an

complex query is stumping me

2017-02-07 Thread John Blythe
fic to each purchase, 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: Solr - example for using percentiles

2017-02-17 Thread John Blythe
ot 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

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 when

RE: Solrcloud after restore collection, when index new documents into restored collection, leader not write to index.

2017-03-06 Thread Marquiss, John
’t found the root cause yet. My gut feeling is that because the index data dir is …/restore.20170307005909295 instead of …/index Solr isn't seeing the index changes and recycling the searcher for the restored cores. Neither committing the collection or forcing an optimize fix the issue, res

RE: Solrcloud after restore collection, when index new documents into restored collection, leader not write to index.

2017-03-07 Thread Marquiss, John
cher after commit. 2) Fix and find the code to create a new searcher to watch the path in index.properties instead of specifically looking for "index". This may be harder to find but it fixes the root problem. We are more than willing to try to fix this if someone could suggest wher

RE: Solrcloud after restore collection, when index new documents into restored collection, leader not write to index.

2017-03-07 Thread Marquiss, John
errors in any of our logs after the restore has finished. John Marquiss >-Original Message- >From: Erick Erickson [mailto:erickerick...@gmail.com] >Sent: Tuesday, March 7, 2017 9:53 AM >To: solr-user >Subject: Re: Solrcloud after restore collection, when index new documents

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 value

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

2017-03-19 Thread John Blythe
skBwQwWAo> 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 Blythe* Product Manager &

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

2017-03-19 Thread John Blythe
tag field, they're for other 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.

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

2017-03-19 Thread John Blythe
easiest means for PoC: you could copy your "text" field definition (find this: ...), paste it, and then change the "name" property to "tag" On Sun, Mar 19, 2017 at 9:43 AM, donato wrote: > Thank you so much, John! How do I set the Tag field then too? I thi

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

2017-03-19 Thread John Blythe
You do. That's the problem. It's a string type, it doesn't have the analysis chain "text" does. On Sun, Mar 19, 2017 at 12:47 PM donato wrote: > Hi John, > > I actually do have stored="true" multiValued="true" required="false"/>

Re: Classify document using bag of words

2017-03-26 Thread John Blythe
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: Multi word synonyms

2017-03-26 Thread John Blythe
licable law. > 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
Glad to hear it! On Sun, Mar 26, 2017 at 3:49 PM Sergio García Maroto wrote: > Sorry it actually works. Thanks a lot. > > On 26 March 2017 at 21:45, Sergio García Maroto > wrote: > > > Hi John. > > thanks for that. > > > > That's actually a good opti

Re: Multi word synonyms

2017-03-26 Thread John Blythe
Sure thing. Post back w what you find! Good luck- On Sun, Mar 26, 2017 at 3:36 PM Sanjana Sridhar wrote: > Hi John, > > Thanks for letting me know what works for you. I'm going to try that out. > Sounds like a suitable solution to my problem. > > Best, > Sanjana >

Version upgrading approaches

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

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 wrote: > On 3/27/2017 5:51 AM, John Blythe wrote: >

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: storing the analyzed value

2017-04-01 Thread John Blythe
efault) > > > 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 wa

Re: storing the analyzed value

2017-04-01 Thread John Blythe
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 wrote: > > > On 2017-04-01 10:51 AM

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") O

simple matches not catching at query time

2017-04-11 Thread John Blythe
tualizing information you need, just let me know what could be beneficial. best, john

Re: simple matches not catching at query time

2017-04-11 Thread John Blythe
sent over to help remove complexity and, once 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.

Re: simple matches not catching at query time

2017-04-11 Thread John Blythe
> 'vendor' '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 47

Re: simple matches not catching at query time

2017-04-12 Thread John Blythe
above, field:("VENDOR:VENDOR US") becomes field:("VENDOR" "VENDOR US") which successfully solves my immediate problem. that said, i'd really like to understand better where things are going wrong w the above _and_ learn better how to debug my queries. i need t

Re: Solr performance on EC2 linux

2017-05-01 Thread John Bickerstaff
It's also very important to consider the type of EC2 instance you are using... We settled on the R4.2XL... The R series is labeled "High-Memory" Which instance type did you end up using? On Mon, May 1, 2017 at 8:22 AM, Shawn Heisey wrote: > On 4/28/2017 10:09 AM, Jeff Wartes wrote: > > tldr:

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 the

Re: knowing which fields were successfully hit

2017-05-16 Thread John Blythe
me 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 11:37 AM, David Hastings < hastings.recurs...@gmail.com> wrote: > what do you mean "hit?" As in the user cli

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 wrote: > Somethi

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 Hatch

Strange relevance scoring

2014-04-08 Thread John Nielsen
in the text and the first word of the text is any other word. Is this normal behavior? Is special attention paid to the first word in a text field? I would think that the latter case would get the highest score. -- Med venlig hilsen / Best regards *John Nielsen* Programmer *MCB A/S*

Re: Strange relevance scoring

2014-04-08 Thread John Nielsen
o special attention paid to first word. You are probably hitting > length normalisation. > Lucene/Solr punishes long documents, favours short documents. > (5 times appearing one) longer? > > > > On Tuesday, April 8, 2014 12:03 PM, John Nielsen wrote: > Hi, > > We are seeing a

Re: Strange relevance scoring

2014-04-08 Thread John Nielsen
first word of the text is any other word. > > > > Is this normal behavior? Is special attention paid to the first word in a > > text field? I would think that the latter case would get the highest > score. > > > > > > -- > > Med venlig hilsen / Best

dynamic field assignments

2014-04-25 Thread John Thorhauer
the fields with name FOO_BAR_TEXT_* to a fieldType of full'text'. I was hoping there might be a way of doing this dynamically. Does anyone have any ideas how to approach this? Thanks, John Thorhauer

Re: dynamic field assignments

2014-04-25 Thread John Thorhauer
Jack, Thanks for your help. > Reading your last paragraph, how is that any different than exactly what > DynamicField actually does? My understanding is that DynamicField can do something like FOO_BAR_TEXT_* but what I really need is *_TEXT_* as I might have FOO_BAR_TEXT_1 but I also might have

Re: dynamic field assignments

2014-05-15 Thread John Thorhauer
Chris, Thanks so much for the suggestion. I will look into this approach. It looks very promising! John On Mon, May 5, 2014 at 9:50 PM, Chris Hostetter wrote: > > : My understanding is that DynamicField can do something like > : FOO_BAR_TEXT_* but what I really need is *_TEXT_* a

SolrCloud collection create / delete failure

2014-06-09 Thread John Smodic
eting the directory and/or wiping out my ZK? Thanks, John

Undeletable phantom collection / core

2014-06-20 Thread John Smodic
Hi, I have the following situation using SolrCloud: deleteCollection "foo" -> "Could not find collection:foo" createCollection "foo" -> "Error CREATEing SolrCore 'foo_shard1_replica1': Could not create a new core in solr/foo_shard1_replica1/as another core is already defined there" unload Cor

schema / config file names

2014-07-02 Thread John Smodic
Is it required for the schema.xml and solrconfig.xml to have those exact filenames? Can I alias schema.xml to foo.xml in some way, for example? Thanks.

Re: schema / config file names

2014-07-02 Thread John Smodic
That's good to know. I don't actually want to do it. I want to see just how much of Solr's schema and configuration can be reliably validated. The error messages I've been getting back for misconfigured setups are less than ideal at times. But it should be easy for me to validate certain things

How to configure new path for velocity for SolrCloud?

2013-11-20 Thread John W.Lee
I deploy a solrcloud with three instances of solr, which use conf/velocity by default. Now I want to add another velocity configuration folder conf/new_vel, but I couldn't make it work when I change element of request handler of solrconfig.xml. I have tried conf/new_vel, /var/solr/test/conf/new_v

q and logical operators.

2014-09-11 Thread John Nielsen
erstand how to construct my query correctly, an RTFM pointer will be most welcome! -- Med venlig hilsen / Best regards *John Nielsen* Programmer *MCB A/S* Enghaven 15 DK-7500 Holstebro Kundeservice: +45 9610 2824 p...@mcb.dk www.mcb.dk

Re: q and logical operators.

2014-09-12 Thread John Nielsen
longer > returns anything. This is not an option for me > > Would slop help here? i.e. "vis dur dis"~3 or some such? > > Best > Erick > > On Thu, Sep 11, 2014 at 4:34 AM, John Nielsen wrote: > > q and logical operators. > > > > Hi all, > >

Re: q and logical operators.

2014-09-15 Thread John Nielsen
Thanks for the heads up. On Fri, Sep 12, 2014 at 5:48 PM, Erick Erickson wrote: > John: > > Glad it worked. Bit a little careful with large slops. As the slop > increases, you approach the same result set as > > vis AND dis AND dur > > so choosing the appropriat

solr highlighting query

2014-10-24 Thread john eipe
ot; What's the correct way to frame this query? Regards, *John Eipe* “The Roots of Violence: Wealth without work, Pleasure without conscience, Knowledge without character, Commerce without morality, Science without humanity, Worship without sacrifice, Politics without principles” - Mahatma Gandhi

Re: solr highlighting query

2014-10-27 Thread john eipe
I have this line highlighted Jobs was born in San Francisco, California on February 24 1955. for query "Jobs born"~15 but not for "born Jobs"~15. I want the same result irrespective of the order of search keywords. Regards, John Eipe “The Roots of Violence: Wealth wi

Re: solr highlighting query

2014-10-27 Thread john eipe
ector highlighting. Here is my request log. SENTENCE 200 true score desc # content_raw true content_raw en 10 true content_raw:"born Jobs"~10 # US breakIterator Regards, John Eipe “The Roots of Violence: Wealth without work, Pleasure without conscience, Knowledge without character, Commerce w

set solr to return only doc ids and highlighting

2014-10-27 Thread john eipe
Hi My solr searches with highlighting returns documents (with all fields) that contain the search words and highlighting. Is there a way to restrict so that I get only id field + highlighting. 1253 Regards, John Eipe “The Roots of Violence: Wealth without work, Pleasure without

Re: solr highlighting query

2014-10-27 Thread john eipe
Thanks David. So I guess I will have to go with default highlighter (with a higher fragsize) and then take care of boundryScanning myself.

Re: set solr to return only doc ids and highlighting

2014-10-27 Thread john eipe
Perfect. Thanks. Regards, John Eipe “The Roots of Violence: Wealth without work, Pleasure without conscience, Knowledge without character, Commerce without morality, Science without humanity, Worship without sacrifice, Politics without principles” - Mahatma Gandhi

Indexing fails for docs with high Latin1 chars

2013-07-08 Thread John Randall
I'm new to Solr, so I'm probably missing something. So far I've successfully indexed .xml docs with low Ascii chars. However when I try to add a doc that has Latin1 chars with diacritics, it fails. I've tried using the Jetty exampledocs post.jar, as well as using curl and directly from a browser

Re: Indexing fails for docs with high Latin1 chars

2013-07-08 Thread John Randall
I tried that. It didn't work. I forgot to mention in my first email that I'm using Solr 3.6. Would that make a difference? From: Jack Krupansky To: solr-user@lucene.apache.org; John Randall Sent: Monday, July 8, 2013 7:22 PM Subject: Re: Indexing

Re: Indexing fails for docs with high Latin1 chars

2013-07-08 Thread John Randall
n 7/8/2013 4:43 PM, John Randall wrote: > I'm new to Solr, so I'm probably missing something. So far I've successfully > indexed .xml docs with low Ascii chars. However when I try to add a doc that > has Latin1 chars with diacritics, it fails. I've tried using the Jetty

POST question

2013-07-11 Thread John Randall
I want to use a browser and use HTTP POST to add a single document (not a file)  to Solr. I don't want to use cURL. I've made several attempts, such as the following:   http://localhost:8080/solr/update?commit=true&stream.type=text/xml&;61234567WAR OF THE WORLDSdoc>    I get following message whi

Re: POST question

2013-07-11 Thread John Randall
I'll try the plugin. Thanks. From: Roland Villemoes To: "solr-user@lucene.apache.org" ; John Randall Sent: Thursday, July 11, 2013 6:21 PM Subject: RE: POST question Hi John, You can't make a browser to a HTTP POST by adding a URL i

Re: POST question

2013-07-11 Thread John Randall
I'll probably move to Solr 4.x, so I'm going to try a plugin instead. Thanks for you insights. From: Shawn Heisey To: solr-user@lucene.apache.org Sent: Thursday, July 11, 2013 6:28 PM Subject: Re: POST question On 7/11/2013 4:12 PM, John Randall

Problem escaping ampersands in HTTP GET

2013-08-12 Thread John Randall
I am using an HTTP GET to add docs to Solr. All the docs load fine as long as none contain an ampersand. I get a syntax error when a doc contains a field, for example, with the phrase "Jack & Jill".   How can I escape the ampersand so that the doc loads normally?   Thanks in advance.

Re: Problem escaping ampersands in HTTP GET

2013-08-12 Thread John Randall
Beautiful! It worked. Thanks so much. From: Shawn Heisey To: solr-user@lucene.apache.org Sent: Monday, August 12, 2013 3:12 PM Subject: Re: Problem escaping ampersands in HTTP GET On 8/12/2013 12:49 PM, John Randall wrote: > I am using an HTTP GET to

Re: Problem escaping ampersands in HTTP GET

2013-08-13 Thread John Randall
e you indexing documents? You need to either URL encode things or XML encode, sounds like.   Erik On Aug 12, 2013, at 14:49, John Randall wrote: > I am using an HTTP GET to add docs to Solr. All the docs load fine as long as > none contain an ampersand. I get a syntax error when a doc cont

SOLR-5250

2013-09-19 Thread John Brandenburg
the Apache Foundation prematurely. -- John P. Brandenburg Developer jbrandenb...@forumone.com www.forumone.com 703-894-4362 Forum One Communications Communicate • Collaborate • Change the World

Re: Facets with 5000 facet fields

2013-03-21 Thread John Nielsen
ng method that may have some better nrt characteristics than fcs. > I have not played with it yet but hope to soon. > > - Mark > > -- Med venlig hilsen / Best regards *John Nielsen* Programmer *MCB A/S* Enghaven 15 DK-7500 Holstebro Kundeservice: +45 9610 2824 p...@mcb.dk www.mcb.dk

Re: SOLR - Documents with large number of fields ~ 450

2013-03-22 Thread John Nielsen
"with the on disk option". Could you elaborate on that? Den 22/03/2013 05.25 skrev "Mark Miller" : > You might try using docvalues with the on disk option and try and let the > OS manage all the memory needed for all the faceting/sorting. This would > require Solr 4.2. > > - Mark > > On Mar 21, 2

Solr using a ridiculous amount of memory

2013-03-24 Thread John Nielsen
field cache for anything would also (probably) work for me. I thought about killing off my other caches, but from the dumps, they just don't seem to use that much memory. I am at my wits end. Any help would be sorely appreciated. -- Med venlig hilsen / Best regards *John Nielsen* Pr

Re: Solr using a ridiculous amount of memory

2013-03-25 Thread John Nielsen
; On Sun, Mar 24, 2013 at 4:19 AM, John Nielsen wrote: > > > Schema with DocValues attempt at solving problem: > > http://pastebin.com/Ne23NnW4 > > Config: http://pastebin.com/x1qykyXW > > > > This schema isn't using docvalues, due to a typo in your config. >

Re: Solr using a ridiculous amount of memory

2013-04-15 Thread John Nielsen
that I will be able to solve this issue eventually. On Mon, Apr 15, 2013 at 9:00 AM, Toke Eskildsen wrote: > On Sun, 2013-03-24 at 09:19 +0100, John Nielsen wrote: > > Our memory requirements are running amok. We have less than a quarter of > > our customers running now and

Re: Solr using a ridiculous amount of memory

2013-04-15 Thread John Nielsen
. On Mon, Apr 15, 2013 at 1:38 PM, Toke Eskildsen wrote: > On Mon, 2013-04-15 at 10:25 +0200, John Nielsen wrote: > > > The FieldCache is the big culprit. We do a huge amount of faceting so > > it seems right. > > Yes, you wrote that earlier. The mystery is that the math

Re: Solr using a ridiculous amount of memory

2013-04-17 Thread John Nielsen
I must be calculating this wrong. On Mon, Apr 15, 2013 at 2:10 PM, John Nielsen wrote: > I did a search. I have no occurrence of "UnInverted" in the solr logs. > > > Another explanation for the large amount of memory presents itself if > > you use a single index: If

Re: Solr using a ridiculous amount of memory

2013-04-17 Thread John Nielsen
d9oIbGLCFQwl I would prefer to not turn off the indexer unless the numbers above suggests that I really should try this. Waiting for a full GC would take a long time. Unfortunately I don't know of a way to provoke a full GC on command. On Wed, Apr 17, 2013 at 11:48 AM, Toke Eskildsen wr

Re: Solr using a ridiculous amount of memory

2013-04-17 Thread John Nielsen
and unless I'm wrong, I don't think that it's possible. I am quite stomped on how to fix this. On Wed, Apr 17, 2013 at 3:06 PM, Toke Eskildsen wrote: > John Nielsen [j...@mcb.dk]: > > I never seriously looked at my fieldValueCache. It never seemed to get > used: >

Re: Solr using a ridiculous amount of memory

2013-04-18 Thread John Nielsen
the fq queries are for. So if i generate a core for each client, I would have a client specific fieldCache containing the data from that client. Wouldn't I just split up the same data into several cores? I'm afraid I don't understand how this would help. -- Med venlig hilsen / Best regards *John Nielsen* Programmer *MCB A/S* Enghaven 15 DK-7500 Holstebro Kundeservice: +45 9610 2824 p...@mcb.dk www.mcb.dk

Re: Solr using a ridiculous amount of memory

2013-04-18 Thread John Nielsen
dropped for me. I will definetely move to a multi-core setup. It will take some time and a lot of re-coding. As soon as I know the result, I will let you know! -- Med venlig hilsen / Best regards *John Nielsen* Programmer *MCB A/S* Enghaven 15 DK-7500 Holstebro Kundeservice: +45 9610 2

Re: SolrCloud loadbalancing, replication, and failover

2013-04-19 Thread John Nielsen
times. > Although Google's software probably works differently than Solr/Lucene, > when > it comes right down to it, all search engines do similar jobs and have > similar requirements. I would imagine that Google gets incredible response > time because they have incredib

Leader election deadlock after restarting leader in 4.2.1

2013-06-03 Thread John Guerrero
SOLR 4.2.1, tomcat 6.0.35, CentOS 6.2 (2.6.32-220.4.1.el6.x86_64 #1 SMP), java 6u27 64 bit 6 nodes, 2 shards, 3 replicas each. Names changed to r1s2 (replica1 - shard 2), r2s2, and r3s2 for each replica in shard 2. What we see: * Under production load, we restart a leader (r1s2), and observe in

Re: Leader election deadlock after restarting leader in 4.2.1

2013-06-04 Thread John Guerrero
t; On Jun 3, 2013, at 4:46 PM, John Guerrero <[hidden email] > > wrote: > > > SOLR 4.2.1, tomcat 6.0.35, CentOS 6.2 (2.6.32-220.4.1.el6.x86_64 #1 > SMP), > > java 6u27 64 bit > > 6 nodes, 2 shards, 3 replicas each. Names changed to r1s2 (replica1 > - shard &g

Re: Leader election deadlock after restarting leader in 4.2.1

2013-06-04 Thread John Guerrero
https://issues.apache.org/jira/browse/SOLR-4900 -- View this message in context: http://lucene.472066.n3.nabble.com/Leader-election-deadlock-after-restarting-leader-in-4-2-1-tp4067988p4068238.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr using a ridiculous amount of memory

2013-06-14 Thread John Nielsen
to the list of wiki page contributors and help out!) > > Best > Erick > > On Thu, Apr 18, 2013 at 8:31 AM, John Nielsen wrote: > >> You are missing an essential part: Both the facet and the sort > >> structures needs to hold one reference for each document >

Searching for cache stats

2013-06-17 Thread John Nielsen
regards John Nielsen Programmer MCB A/S Enghaven 15 DK-7500 Holstebro Kundeservice: +45 9610 2824 p...@mcb.dk www.mcb.dk

Re: Informal poll on running Solr 4 on Java 7 with G1GC

2013-06-20 Thread John Nielsen
hilsen / Best regards John Nielsen Programmer MCB A/S Enghaven 15 DK-7500 Holstebro Kundeservice: +45 9610 2824 p...@mcb.dk www.mcb.dk On 20-06-2013 00:18, Timothy

Custom content extractor for Solr Cell

2011-12-05 Thread John Bartak
Is it possible to extract content for file types that Tika doesn’t support without changing and rebuilding Tika? Do I need to specify a tika.config file in the solrconfig.xml file, and if so, what is the format of that file? One example that I’m trying to solve is for a document management syst

Re: Reindexing only occurs after bouncing app

2010-06-16 Thread John Ament
So just to throw the idea out there, what would happen if I shutdown and created a new solrServer on reindex? We only reindex daily. Will that force the reread of all lucene files? John On Tue, Jun 15, 2010 at 4:47 PM, John Ament wrote: > Hi all > > I wrote a small app using solrj

Re: Can query boosting be used with a custom request handlers?

2010-06-18 Thread John Wang
Hi Chris: Can you please elaborate on how to use the QParser framework? Thanks! -John On Fri, Jun 11, 2010 at 10:56 AM, Chris Hostetter wrote: > > : So it's possible to use both dismax and custom request handler in the > same query? > > it *really* depends on the re

Re: Can query boosting be used with a custom request handlers?

2010-06-21 Thread John Wang
Thanks Marc! -John On Mon, Jun 21, 2010 at 2:08 PM, Marc Sturlese wrote: > > Maybe this helps: > http://wiki.apache.org/solr/SolrPlugins#QParserPlugin > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Can-query-boosting-be-used-with-a-custo

Autocommit not happening

2010-07-23 Thread John DeRosa
it limits. :-) What should I look at to figure out what's preventing autocommits? Thank you all in advance! John

Re: Autocommit not happening

2010-07-23 Thread John DeRosa
On Jul 23, 2010, at 9:37 AM, John DeRosa wrote: > Hi! I'm a Solr newbie, and I don't understand why autocommits aren't > happening in my Solr installation. > > My one server running Solr: > > - Ubuntu 10.04 (Lucid Lynx), with all the latest updates.

Re: Autocommit not happening

2010-07-23 Thread John DeRosa
On Jul 23, 2010, at 9:37 AM, John DeRosa wrote: > Hi! I'm a Solr newbie, and I don't understand why autocommits aren't > happening in my Solr installation. > [snip] "Never mind"... I have discovered my boneheaded mistake. It's so silly, I wish I could retract my question from the archives.

Re: Autocommit not happening

2010-07-23 Thread John DeRosa
There are two parts to the story: Part One is where I realize my > config was not contained within my . In > Part Two I realized I had typed "" rather than > "". > > --jay > > On Fri, Jul 23, 2010 at 2:35 PM, John DeRosa wrote: >> On Jul 23, 2010,

Programmatically retrieving numDocs (or any other statistic)

2010-07-30 Thread John DeRosa
I want to programmatically retrieve the number of indexed documents. I.e., get the value of numDocs. The only two ways I've come up with are searching for "*:*" and reporting the hit count, or sending an Http GET to http://xxx.xx.xxx.xxx:8080/solr/admin/stats.jsp#core and searching for in

Re: Programmatically retrieving numDocs (or any other statistic)

2010-07-30 Thread John DeRosa
Thanks! On Jul 30, 2010, at 1:11 PM, Peter Karich wrote: > Both approaches are ok, I think. (although I don't know the python API) > BTW: If you query q=*:* then add rows=0 to avoid some traffic. > > Regards, > Peter. > >> I want to programmatically retrieve the number of indexed documents. I.e

Re: Hierarchical faceting

2010-08-13 Thread John Wang
Check out project Bobo: http://sna-projects.com/bobo/ A lucene based faceted search library. Now with solr plugin: http://snaprojects.jira.com/wiki/display/BOBO/Bobo+Solr+Plugin -John On Fri, Aug 13, 2010 at 8:56 PM, Jayendra Patil < jayendra.patil@gmail.com> wrote: > Multiple v

Job Announcement: Web Developer with Solr and JSP / JSTL Experience

2010-08-31 Thread John Roberts
and maintain a working dialog with our development team via email. A master's degree or equivalent experience is required. You must be a US citizen and you must be living in the US. John -- John S. Roberts SigInt Technologies, LLC John -AT- SigIntTech -DOT- COM

Need Advice for Finding Freelance Solr Expert

2010-09-08 Thread John Roberts
Hi, We need someone who knows Solr to help us prepare and index some data. Any advice on where to find people who know Solr? Thanks, John

FieldType for storing date

2010-09-24 Thread Jibo John
Hello, I was wondering what would be the best FieldType for storing date with a millisecond precision that would allow me to sort and run range queries against this field. We would like to achieve the best query performance, minimal heap - fieldcache - requirements, good indexing throughput an

SOLR4 cluster - strange CPU spike on slave

2012-11-23 Thread John Nielsen
spike did not disappear. The spike we are seeing is on varnish01 only. Please note that our use case requires us to continuously feed large amounts of data from our main system in the order of up to 1.000 registers every minute. Has anyone seen this phenomenon before? Best regards John Nielsen

'CException' with message 'Solr error: "0" Status: Communication Error'

2012-11-23 Thread John Kim
I run a batch fullindexing process but it seems to get disconnected after the first batch. Am using the php-solr-client. Am wondering if this thread is relevant to me: http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201001.mbox/%3cd8b8d0161001122041w230b34efxdc15f17a8c8c4...@mail.gmail.

Re: SOLR4 cluster - strange CPU spike on slave

2012-11-28 Thread John Nielsen
d 5 secs. Not the couple of minutes the spike lasts. I am really at a complete loss as to what this could be. Google has not given me any clues. Med venlig hilsen / Best regards *John Nielsen* Programmer *MCB A/S* Enghaven 15 DK-7500 Holstebro Kundeservice: +45 9610 2824 p...@mcb.dk www.mcb.d

Re: SOLR4 cluster - strange CPU spike on slave

2012-11-28 Thread John Nielsen
eliminate possibilities. It just occurred to me now; We tried switching off our feeder/index tool for 24 hours, and we didn't see any spikes during this period, so receiving replication data certainly has something to do with it. Med venlig hilsen / Best regards *John Nielsen* Programmer *MC

Re: SOLR4 cluster - strange CPU spike on slave

2012-12-04 Thread John Nielsen
e switched to using that from NRTCachingDirectory and am monitoring performance as well. Initially performance doesn't look stellar, but i suspect that we lack memory in the server to really make it shine. Med venlig hilsen / Best regards *John Nielsen* Programmer *MCB A/S* Enghaven 15 DK

Re: SOLR4 cluster - strange CPU spike on slave

2012-12-05 Thread John Nielsen
p on these? Med venlig hilsen / Best regards *John Nielsen* Programmer *MCB A/S* Enghaven 15 DK-7500 Holstebro Kundeservice: +45 9610 2824 p...@mcb.dk www.mcb.dk On Wed, Dec 5, 2012 at 1:11 AM, Mark Miller wrote: > > On Dec 4, 2012, at 2:25 AM, John Nielsen wrote: > > > The po

<    1   2   3   4   5   6   7   8   9   >