Multi Core indexed using SolrJ

2011-11-10 Thread dhaivat
Hello all I have gone through the tutorials of Solrj. now i want to create multi core indexes through solrj but i am not getting clue , so can anybody post some example code ? Regards Dhaivat -- View this message in context: http://lucene.472066.n3.nabble.com/Multi-Core-indexed-using-SolrJ

Re: Multi Core indexed using SolrJ

2011-11-10 Thread dhaivat
Thanks Ivan, Is there any specific method using which i can create core and add documents in it ? Regards Dhaivat -- View this message in context: http://lucene.472066.n3.nabble.com/Multi-Core-indexed-using-SolrJ-tp3496830p3496869.html Sent from the Solr - User mailing list archive at

Boosting Original Indexed Terms

2013-02-27 Thread dhaivat
Hello All, I need help in boosting original indexed terms. I am storing multiple terms at same position and i want to boost the original term. consider following scenario i am indexing document which contain the following text: "baby t-shirts" i am storing terms as following here is the ind

Fast Vector Highlighter Working for some records only

2012-02-21 Thread dhaivat
nything related to highlighter there. this is how my solrConfig looks like : solr i have also enabled the TermVectors,TermOffsets,TermPostions on Field on which i am indexing can anyone tell me where i am going wrong ? thanks in advance Dhaivat -- View this message in context: http://lucene.472066.n3.nabble.com/Fast-Vector-Highlighter-Working-for-some-records-only-tp3763286p3763286.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Fast Vector Highlighter Working for some records only

2012-02-21 Thread dhaivat
looking smart all the time. Universal Camera Case on above documents i am getting highlighting response on documentid = 89 and not for documentId = 70 even though there is word called "camera" in document(id=70).. I have field called for your information i am using custom ana

Re: Fast Vector Highlighter Working for some records only

2012-02-21 Thread dhaivat
Koji Sekiguchi wrote > > (12/02/21 21:22), dhaivat wrote: >> Hi Koji, >> >> Thanks for quick reply, i am using solr 1.4.1 >> > > Uh, you cannot use FVH on Solr 1.4.1. FVH is available Solr 3.1 or later. > So your hl.useFastVectorHighlighter=true flag

Re: Fast Vector Highlighter Working for some records only

2012-02-22 Thread dhaivat
Koji Sekiguchi wrote > > (12/02/22 11:58), dhaivat wrote: >> Thanks for reply, >> >> But can you please tell me why it's working for some documents and not >> for >> other. > > As Solr 1.4.1 cannot recognize hl.useFastVectorHighlighter flag, Sol

Re: Fast Vector Highlighter Working for some records only

2012-02-23 Thread dhaivat
"']{20,200} 10 .,!? WORD en US Koji Sekiguchi w

Re: Fast Vector Highlighter Working for some records only

2012-02-23 Thread dhaivat
add("hl.fragsize","7"); query.add("hl.maxAnalyzedChars","7"); can you please tell me the cause of this error ? Thanks in advance Dhaivat Koji Sekiguchi wrote > > Hi dhaivat, > > I think y

Search speed issue on new core creation

2015-04-08 Thread dhaivat dave
,serverObj)) all the searches issued to other cores are getting blocked. Any help or thoughts would highly appreciated. Regards, Dhaivat

wildcard queries with custom analyzer

2013-12-28 Thread dhaivat dave
Hello everyone, I have written custom analyzer for indexing and querying data from solr indexes. Now i would like to enable wildcard search with this custom analyzer only. Please guide me on how to enable this feature? Many Thanks, Dhaivat

Indexing and Query time boosting together

2013-08-02 Thread dhaivat dave
ugh i have higher boosting in samsung mobile it displays nokia mobile first and then samsung mobile. can any one please guide how can i boost particular document using index time boosting(it should appear first even though i am applying query time boosting). Many Thanks, Dhaivat Dave

Re: Indexing and Query time boosting together

2013-08-02 Thread dhaivat dave
i implement this feature ? Many Thanks, Dhaivat Dave On Fri, Aug 2, 2013 at 5:34 PM, Erick Erickson wrote: > Add &debug=all to your query, that'll show you exactly how the scores > are calculated. But the most obvious thing is that you're boosting > on the titleName fie

Re: Indexing and Query time boosting together

2013-08-04 Thread dhaivat dave
Hey Jack, Thank you so much for your reply. This is very useful. Thanks again, Dhaivat Dave On Fri, Aug 2, 2013 at 8:04 PM, Jack Krupansky wrote: > "product promotions" = "query elevation" > > See: > http://wiki.apache.org/solr/**QueryElevationCompo

developing custom tokenizer

2013-08-12 Thread dhaivat dave
Hello All, I want to create custom tokeniser in solr 4.4. it will be very helpful if some one share any tutorials or information on this. Many Thanks, Dhaivat Dave

Re: developing custom tokenizer

2013-08-13 Thread dhaivat dave
** * method reset the record * * @throws IOException */ public void reset() throws IOException { super.reset(); System.out.println("Reset Called"); tokenCounter = -1; } } Many Thanks, Dhaivat On Mon, Aug 12, 2013 at 7:03 PM, Alexandre Rafalovitch wrote: > Have you tried loo

issue with custom tokenizer

2013-08-13 Thread dhaivat dave
Hello All, I am trying to develop custom tokeniser (please find code below) and found some issue while adding multiple document one after another. it works fine when i add first document and when i add another document it's not calling "create" method from SampleTokeniserFactory.java but it calls

Boosting Original Indexed Terms

2013-02-27 Thread dhaivat dave
following position12term textbabyt-shirtsbabet-shirtinfantchildkidstartOffset0505000 endOffset413413444 so now i want to boost results on original terms i.e if user searches baby it should returns that results which has original term baby in it. and then others. please let me know how to achieve this. Thanks Dhaivat

Error while indexing data using Solr (Unexpected character 'F' (code 70) in prolog; expected '<')

2012-08-27 Thread dhaivat dave
;<' at [row,col {unknown-source}]: [1,1] *. i have also escaped the content before sending it to solr. can any please tell me the reason behind this error. Regards Dhaivat

Re: Load Testing in Solr

2012-08-30 Thread dhaivat dave
Thanks Pravedsh for your reply. i ll use the JMeter tool . On Thu, Aug 30, 2012 at 11:10 PM, pravesh wrote: > Hi Dhaivat, > JMeter is a nice tool. But it all depends what sort of load are you > expecting, how complex queries are you expecting(sorting/filtering/textual > searches).