Search speed issue on new core creation

2015-04-08 Thread dhaivat dave
Hello All, I am using Master - Slave architecture setup with hundreds of cores getting replicated between master and slave servers. I am facing very weird issue while creating a new core. Whenever there is a new call for a new core creation (using CoreAdminRequest.createCore(coreName,instanceDir,

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
king at source code itself? Between simple organizer like > keyword and complex language ones, you should be able to get an idea. Then > ask specific follow up questions. > > Regards, > Alex > On 12 Aug 2013 09:29, "dhaivat dave" wrote: > > > Hello All, >

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
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 position12term

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

2012-08-27 Thread dhaivat dave
Hello Everyone , I am getting an error while indexing data to solr. i am using solrj apis to index the document and using the xml request handler to index document. i am getting an error *org.apache.solr.common.SolrException: Unexpected character 'F' (code 70) in prolog; expected '<' at [row,col

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). You need to c