Querying while Indexing

2014-05-30 Thread Sohan Kalsariya
​Hi all: I'm using solr 4.7.1 While indexing my data on solr, I am not able to get query results on solr. So how can I get query results while indexing the data on the solr?

Re: Solr Not Searching while INDEXING the DATA

2014-05-06 Thread Sohan Kalsariya
while INDEXING. On Mon, May 5, 2014 at 8:59 PM, Shawn Heisey s...@elyograg.org wrote: On 5/5/2014 5:39 AM, Sohan Kalsariya wrote: I am not able to search for the data while indexing. Indexing is done via the dataimport handler. While searching for the documents (in between indexing

Re: Solr Not Searching while INDEXING the DATA

2014-05-06 Thread Sohan Kalsariya
I solved the problem by increasing the RAM to 2GB. Thanks a lot. On Tue, May 6, 2014 at 11:32 AM, Sohan Kalsariya sohankalsar...@gmail.comwrote: Thanks a lot Shawn for the help! we have given dedicated server to the solr and the RAM size is 650 MB. ​This didn't​ happen when I was doing

Solr Not Searching while INDEXING the DATA

2014-05-05 Thread Sohan Kalsariya
something? Help me! -- Regards, *Sohan Kalsariya*

How to Add a New core

2014-05-01 Thread Sohan Kalsariya
shardHandlerFactory name=shardHandlerFactory class=HttpShardHandlerFactory int name=socketTimeout${socketTimeout:0}/int int name=connTimeout${connTimeout:0}/int /shardHandlerFactory /solr What to add in this file to register the new core? Please guide me. -- Regards, *Sohan

Re: How are you handling killer queries with solr?

2014-04-09 Thread Sohan Kalsariya
, Shawn -- Regards, *Sohan Kalsariya* ?xml version=1.0 encoding=UTF-8 ? config luceneMatchVersion4.6/luceneMatchVersion jmx / lib dir=../../../../dist/ regex=solr-dataimporthandler-.*\.jar / !-- To enable dynamic schema REST APIs, use the following for schemaFactory

How are you handling killer queries with solr?

2014-04-08 Thread Sohan Kalsariya
org.eclipse.jetty.servlet.ServletHandler - /solr/quickSearch/select java.lang.IllegalStateException: Committed Can anyone please give me answer? -- Regards, *Sohan Kalsariya*

Re: How are you handling killer queries with solr?

2014-04-08 Thread Sohan Kalsariya
, Sohan Kalsariya wrote: I am using apache solr-4.6.1 and solr works fine when the number of requests are less *But when the number of concurrent requests are more Solr is not able to handle it and it gives the following errors on server.* 834246 [qtp1797259051-168] WARN

how to generate json response from the php solarium ?

2014-03-24 Thread Sohan Kalsariya
How can i get the json response from solr ? I mean how can i get response of the searched results in json format and print it in solarium php code ? -- Regards, *Sohan Kalsariya*

Semantic search with python numpy and Solr

2014-03-24 Thread Sohan Kalsariya
: music events in new york, then it should also give results like dj night in new york, concerts in new york and other related results. Is it possible? Can anyone here please guide me or suggest me some material or example of semantic search from the above article? -- Regards, *Sohan Kalsariya*

AutoSuggest like Google in Solr using Solarium Client.

2014-03-17 Thread Sohan Kalsariya
Can anyone suggest me the best practices how to do SpellCheck and AutoSuggest in solarium. Can anyone give me example for that? -- Regards, *Sohan Kalsariya*

Re: How to apply Semantic Search in Solr

2014-03-11 Thread Sohan Kalsariya
only you can answer. -sujit On Sun, Mar 9, 2014 at 11:26 PM, Sohan Kalsariya sohankalsar...@gmail.comwrote: Thanks Sujit and all for your views about semantic search in solr. But How do i proceed towards, i mean how do i start off the things to get on track ? On Sat, Mar 8

Re: How to apply Semantic Search in Solr

2014-03-10 Thread Sohan Kalsariya
time expand the query to include related concepts and search. -sujit On Sat, Mar 8, 2014 at 8:21 AM, Sohan Kalsariya sohankalsar...@gmail.com wrote: Basically, when i searched it on Google I got this result : http://www.opensourceconnections.com/2013/08/25/semantic-search-with-solr

How to apply Semantic Search in Solr

2014-03-08 Thread Sohan Kalsariya
* Classical Music Event I mean all results should be Semantic to the Search_Query it should not give the results only based on tf-idf. So can you please make me understand how do i proceed to apply Semantic Search in Solr. ( allevents.in) -- Regards, *Sohan Kalsariya*

Re: How to apply Semantic Search in Solr

2014-03-08 Thread Sohan Kalsariya
:27 PM, Sohan Kalsariya sohankalsar...@gmail.com wrote: Hello, I am working on an event listing and promotions website( http://allevents.in) and I want to apply semantic search on solr. For example, if someone search : Musical Events in New York So it would give me results

Exact word match

2014-02-14 Thread Sohan Kalsariya
Hello, I want to the exact results for my query. For e.g. when i search New york , then it doesn't give me exact results about New York But it also give me results like: New York New Delhi And other cities starting from New So how can i get only results for New York ? -- Regards, *Sohan

Re: geofilt customization

2014-02-06 Thread Sohan Kalsariya
the X so that we can understand the full issue. Perhaps the best solution doesn't involve Y at all? See Also: http://www.perlmonks.org/index.pl?node_id=542341 -Hoss http://www.lucidworks.com/ -- Regards, *Sohan Kalsariya*

Re: geofilt customization

2014-02-06 Thread Sohan Kalsariya
Thank you. On Thu, Feb 6, 2014 at 6:38 PM, Yonik Seeley yo...@heliosearch.com wrote: On Thu, Feb 6, 2014 at 5:13 AM, Sohan Kalsariya sohankalsar...@gmail.com wrote: So in short i want to ask that Is it possible not to define the `distance` parameter ? So I can get my desired results

geofilt customization

2014-02-05 Thread Sohan Kalsariya
I am using geofilt() to filter my results according to my location. Now I don't want to filter the results by the last parameter. i.e.= I don't need the last - distance parameter. that means i want results from all over the world. How should i get it? Regards, *Sohan Kalsariya*