Re: autocomplete_edge type split words

2013-09-30 Thread elisabeth benoit
in fact, I've removed the autoGeneratePhraseQuery=true, and it doesn't change anything. behaviour is the same with or without (ie request with debugQuery=on is the same) Thanks for your comments. Best, Elisabeth 2013/9/28 Erick Erickson > You've probably been doing this right along, but addin

documents are not commited distributively in solr cloud tomcat with core discovery, range is null for shards in clusterstate.json

2013-09-30 Thread Liu Bo
Hi all I'm trying out the tutorial about solrcloud, and then I manage to write my own plugin to import data from our set of databases, I use SolrWriter from DataImporter package and the docs could be distributed commit to shards. Every thing works fine using jetty from the solr example, but when

solr 4.4 config trouble

2013-09-30 Thread Marc des Garets
Hi, I'm running solr in tomcat. I am trying to upgrade to solr 4.4 but I can't get it to work. If someone can point me at what I'm doing wrong. tomcat context: crossContext="true"> value="/opt/solr4.4/solr_address" override="true" /> core.properties: name=address collection=address coreNod

Solr takes too long to start up

2013-09-30 Thread Zenith
Hi all and thanks in advance for any help with this issue I am having... Loading halts here: Sep 30, 2013 9:38:04 AM org.apache.solr.core.QuerySenderListener newSearcher INFO: QuerySenderListener sending requests to Searcher@687de17d main{StandardDirectoryReader(segments_1k:268 _2r(4.2):C12590)

cookies sent by solrj to SOLR

2013-09-30 Thread Dmitry Kan
Hello! We have recorded the tcp stream between the client using solrj to send requests to SOLR and arrived at the following header (body omitted): POST /solr/core0/select HTTP/1.1 Content-Charset: UTF-8 Content-Type: application/x-www-form-urlencoded; charset=UTF-8 User-Agent: Solr[org.apac

Re: Solr takes too long to start up

2013-09-30 Thread Zenith
As a follow up looks like it is related to this thread: http://lucene.472066.n3.nabble.com/spellcheck-causing-Core-Reload-to-hang-td4089866.html Disabling spellcheck gave a normal restart. On Sep 30, 2013, at 12:54 PM, Zenith wrote: > Hi all and thanks in advance for any help with this issue

OpenJDK or OracleJDK

2013-09-30 Thread Raheel Hasan
Hi guyz, I am trying to setup a server. Could someone tell me if OpenJDK or OracleJDK will be best for Apache Solr over CentOS? Thanks a lot. -- Regards, Raheel Hasan

Re: solr 4.4 config trouble

2013-09-30 Thread Siegfried Goeschl
Hi Marc, what exactly is not working - no obvious problemsin the logs as as I see Cheers, Siegfried Goeschl Am 30.09.2013 um 11:44 schrieb Marc des Garets : > Hi, > > I'm running solr in tomcat. I am trying to upgrade to solr 4.4 but I can't > get it to work. If someone can point me at what

Re: solr 4.4 config trouble

2013-09-30 Thread Kishan Parmar
http://www.coretechnologies.com/products/AlwaysUp/Apps/RunApacheSolrAsAService.html Regards, Kishan Parmar Software Developer +91 95 100 77394 Jay Shree Krishnaa !! On Mon, Sep 30, 2013 at 5:33 AM, Siegfried Goeschl wrote: > Hi Marc, > > what exactly is not working - no obvious problemsin th

AW: Re: solr 4.4 config trouble

2013-09-30 Thread sgoeschl
Not sure if you are doing your company a favour ;-) Cheers Siegfried Goeschl Von Samsung Mobile gesendet Ursprüngliche Nachricht Von: Kishan Parmar Datum: An: solr-user@lucene.apache.org Betreff: Re: solr 4.4 config trouble http://www.coretechnologies.com/products/Alw

Re: OpenJDK or OracleJDK

2013-09-30 Thread Bram Van Dam
On 09/30/2013 01:11 PM, Raheel Hasan wrote: Could someone tell me if OpenJDK or OracleJDK will be best for Apache Solr over CentOS? If you're using Java 7 (or 8) then it doesn't matter. If you're using Java 6, stick with the Oracle version.

Re: Solr sorting situation!

2013-09-30 Thread Gustav
Anyone with any ideas? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-sorting-situation-tp4091966p4092688.html Sent from the Solr - User mailing list archive at Nabble.com.

filterCache stats reported wrongly in solr admin?

2013-09-30 Thread Dmitry Kan
Hi! Can it really be so that filterCache size is 63, inserts 103 and zero evictions? Is this a bug or am I misinterpreting the stats? http://pasteboard.co/9Dmkc4H.png Thanks, Dmitry

Re: Atomic updates with solr cloud in solr 4.4

2013-09-30 Thread Sesha Sendhil Subramanian
The field variant_count is stored and is not the target of a copyfield. However I did notice that we were setting the same coreNodeName on both the shards in core.properties. Removing this property fixed the issue and updates succeed. What role does this play in handling updates and why were oth

Re: filterCache stats reported wrongly in solr admin?

2013-09-30 Thread Dmitry Kan
Looking at the code reveals that the put = insert operation increases the counter regardless of the duplicates. The size returns unique values only. Thanks to ehatcher for the hint. Dmitry On 30 Sep 2013 16:23, "Dmitry Kan" wrote: > Hi! > > Can it really be so that filterCache size is 63, inse

Re: Solr Autocomplete with "did you means" functionality handle misspell word like google

2013-09-30 Thread Alessandro Benedetti
It's really simple indeed. Solr provide the SpellCheck[1] feature that allow you to do this. You have only to configure the RequestHandler and the Search Component. And of course develop a simple ui ( you can find an example in the velocity response handler Solritas[2] . Cheers [1] https://cwiki.

Re: Solr and jvm Garbage Collection tuning

2013-09-30 Thread Alessandro Benedetti
I think this could help : http://wiki.apache.org/solr/ShawnHeisey#GC_Tuning Cheers 2013/9/27 ewinclub7 > > ด้วยที่แทงบอลแบบออนไลน์กำลังมาแรงทำให้พวกโต๊ะบอลเดี๋ยวนี้ก็เริ่มขยับขยายมาเปิดรับแทงบอลออนไลน์เอง > download goldclub > เป้าหมายหลักในวิธีการเล่นคาสิโน

Re: OpenJDK or OracleJDK

2013-09-30 Thread Raheel Hasan
hmm why is that so? Isnt Oracle's version a bit slow? On Mon, Sep 30, 2013 at 5:56 PM, Bram Van Dam wrote: > On 09/30/2013 01:11 PM, Raheel Hasan wrote: > >> Could someone tell me if OpenJDK or OracleJDK will be best for Apache Solr >> over CentOS? >> > > If you're using Java 7 (or 8) then it d

Re: XPathEntityProcessor nested in TikaEntityProcessor query null exception

2013-09-30 Thread P Williams
Hi Andreas, When using XPathEntityProcessoryour DataSource must be of type DataSource. You shouldn't be using BinURLDataSource, it's giving you the cast exception. Use URLDataSource

Re: Cross index join query performance

2013-09-30 Thread Peter Keegan
Ah, got it now - thanks for the explanation. On Sat, Sep 28, 2013 at 3:33 AM, Upayavira wrote: > The thing here is to understand how a join works. > > Effectively, it does the inner query first, which results in a list of > terms. It then effectively does a multi-term query with those values. >

Considerations about setting maxMergedSegmentMB

2013-09-30 Thread Isaac Hebsh
Hi, Trying to solve query performance issue, we suspect on the number of index segments, which might slow the query (due to I/O seeks, happens for each term in the query, multiplied by number of segments). We are on Solr 4.3 (TieredMergePolicy with mergeFactor of 4). We can reduce the number of se

Searching on (hyphenated/capitalized) word issue

2013-09-30 Thread Van Tassell, Kristian
I have a search term "multi-CAD" being issues on tokenized text. The problem is that you cannot get any search results when you type "multicad" unless you add a hyphen (multi-cad) or type "multiCAD" (omitting the hyphen, but correctly adding the CAPS into the spelling). However, for the simi

Re: Data duplication using Cloud+HDFS+Mirroring

2013-09-30 Thread Isaac Hebsh
Hi Greg, Did you get an answer? I'm interested in the same question. More generally, what are the benefits of HdfsDirectoryFactory, besides the transparent restore of the shard contents in case of a disk failure, and the ability to rebuild index using MR? Is the next statement exact? blocks of a p

Re: Doing time sensitive search in solr

2013-09-30 Thread Darniz
Thanks for the quick answers. i have gone thru the presentation and thats what i was tilting towards using dynamic fields i just want to run down an example so thats its clear about how to approach this issue. Sept content : Honda is releasing the car this month Dec content : Toyota is

Re: Searching on (hyphenated/capitalized) word issue

2013-09-30 Thread Upayavira
You need to look at your analysis chain. The stuff you're talking about there is all configurable. There's different tokenisers available to split your fields differently, then you might use the WordDelimiterFilterFactory to split existing tokens further (e.g. WiFi might become "wi", "fi" and "WiF

Issue with Group By / Field Collapsing

2013-09-30 Thread Shamik Bandopadhyay
Hi, I'm trying to use group by option to remove duplicates from my search result. I'm applying Group By option on a field called TopicId. I'm simply appending this at the end of my query. group=true&group.field=TopicId Initially, the result looked great as I was able to see the duplicates gett

Re: Hello and help :)

2013-09-30 Thread Marcelo Elias Del Valle
Upayavira, First of all, thanks for the answers. We have considerer the possibily of doing several queries, however in hour case we want a count to show to the user (should take less than 2 seconds) and we could have millions of rows (being million of queries) to get this count. Isn't

Re: Hello and help :)

2013-09-30 Thread Marcelo Elias Del Valle
Socratees, You wrote: "Or, What if you can facet by the field, and group by the field count, then *apply facet filtering to exclude all filters with count less than 5?*" That's exactly what I want, I just couldn't figure how to do it! Any idea how could I write this query? Best regards, Marcelo.

multi core join and simple indexed join

2013-09-30 Thread Marcelo Elias Del Valle
Comparing indexed joins on multiple core or on the same core... Which one would be faster? I am guessing doing it on multiple cores would be faster, as the index on each core would be smaller... Any thoughts on that? []s

[JOB] Solr / Elasticsearch Engineer @ Sematext

2013-09-30 Thread Otis Gospodnetic
Hello, If you are looking to work with Solr and Elasticsearch, among other things, this may be for you: http://blog.sematext.com/2013/09/26/solr-elasticsearch-job-engineering/ This role offers a healthy mix of Solr/ES consulting, support, and product development. Everything that might be of int

Re: Considerations about setting maxMergedSegmentMB

2013-09-30 Thread Erick Erickson
Before going there, you can do a really simple test. Turn off indexing and then issues a optimize/force-merge. After it completes (and it may take quite some time) measure your performance again to see fi this is on the right track. Best, Erick On Mon, Sep 30, 2013 at 1:31 PM, Isaac Hebsh wrote:

No longer allowed to store html in a 'string' type

2013-09-30 Thread Kevin Cunningham
We have been using Solr for a while now, went from 1.4 -> 3.6. While running some tests in 4.4 we are no longer allowed to store raw html in a documents field with a type of 'string', which we used to be able to do. Has something changed here? Now we get the following error: Undeclared general

Re: Doing time sensitive search in solr

2013-09-30 Thread Darniz
Hello i just wanted to make sure can we query dynamic fields using wildcard well if not then i dont think this solution might work, since i dont know the exact concrete name of the field. -- View this message in context: http://lucene.472066.n3.nabble.com/Doing-time-sensitive-search-in-solr-

Re: [JOB] Solr / Elasticsearch Engineer @ Sematext

2013-09-30 Thread Ashwin Tandel
Hi, I would like to apply for SEARCH CONSULTING & SEARCH SOLUTIONS ARCHITECT position. PFA my resume. You can reach me at 2019934403. Thanks, Ashwin cell - 2019934403 On Mon, Sep 30, 2013 at 4:17 PM, Otis Gospodnetic < otis.gospodne...@gmail.com> wrote: > Hello, > > If you are looking to work

Re: OpenJDK or OracleJDK

2013-09-30 Thread Shawn Heisey
On 9/30/2013 9:28 AM, Raheel Hasan wrote: > hmm why is that so? > Isnt Oracle's version a bit slow? For Java 6, the Sun JDK is the reference implementation. For Java 7, OpenJDK is the reference implementation. http://en.wikipedia.org/wiki/Reference_implementation I don't think Oracle's version

Re: OpenJDK or OracleJDK

2013-09-30 Thread Otis Gospodnetic
Hi, A while back I remember we notices some SPM users were having issues with OpenJDK. Since then we've been recommending Oracle's implementation to our Solr and to SPM users. At the same time, we haven't seen any issues with OpenJDK in the last ~6 months. Oracle JDK is not slow. :) Otis -- So

Re: Percolate feature?

2013-09-30 Thread Otis Gospodnetic
Just came across this "ancient" thread. Charlie, did this end up happening? I suspect Wolfgang may be interested, but that's just a wild guess. I was curious about your feeling that what you were open-sourcing might be a lot faster and more flexible than ES's percolator - can you share more abou

Problem regarding queries enclosed in double quotes in Solr 3.4

2013-09-30 Thread Kunal Mittal
We have a Solr 3.4 setup. When we try to do queries with double quotes like : "semantic web" , the query takes a long time to execute. One solution we are thinking about is to make the same query without the quotes and set the phrase slop(ps) parameter to 0. That is quite quicker than the query wit

Problem regarding queries with numbers with a decimal point

2013-09-30 Thread Kunal Mittal
We have a Solr 3.4 setup. When we try to do queries with a decimal point like : "web 2.0" , the query takes a long time to execute. One fix we did was to set generateNumberParts="0" in the "solr.WordDelimiterFilterFactory" This reduced the query time greatly but we want to reduce it further. Is th

in Problem

2013-09-30 Thread PAVAN
Hi, When i type any query string without "in" it is giving proper results. But when i try same query string using in then it is not displaying the proper results. May i know what is the problem. And i mentioned "in" as a stopword. If remove "in" from the stop words it is not showing relevant resu