Re: [EXTERNAL] - Re: Solr not returning stored field

2019-07-01 Thread Ashwin Tandel
Pls unsubscribe me. Thanks in Advance. On Thu, Jun 27, 2019 at 2:30 PM Alexandre Rafalovitch wrote: > > Half the time I end up using a "power hammer" for all sorts of small > "nails". > > Specifically I use Wiresharm network tracer to see exactly what happens on > wire level and what servers

Re: Solr 7.5 - Indexing Failing due to "IndexWriter is Closed"

2019-04-01 Thread Ashwin Tandel
Please un-subscribe me. Thanks in Advance, Ashwin On Mon, Apr 1, 2019 at 5:54 PM Aroop Ganguly wrote: > > Hi Group > > I am facing this issue again.The stack mentions Heap space issue. > > Are the document sizes too big ? > > Not sure what I should be doing here; As on the solr admin ui I do

Gracefully stopping jetty server - LockObtainFailedException

2013-10-07 Thread Ashwin Tandel
Hi, I have solr cloud(4.1) setup with embedded jetty server. I use the below command to start and stop the server. start server : nohup java -DSTOP.PORT=8085 -DSTOP.KEY=key -DnumShards=2 -Dbootstrap_confdir=./solr/nlp/conf -Dcollection.configName=myconf

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 with

Re: Questions on SOLR

2013-06-24 Thread Ashwin Tandel
Hi, It's with regards to generating a query string for Solr. I am looking for a solution where I can create the query string like 'q=name:ipod AND cat=music AND features=coolfacet=onfacet.field=cat' I understand, we may not be able to use lucene query API directly . Is there any other library

Re: Questions on SOLR

2013-06-24 Thread Ashwin Tandel
Thanks Gora. On Mon, Jun 24, 2013 at 1:28 PM, Gora Mohanty g...@mimirtech.com wrote: On 24 June 2013 23:14, Ashwin Tandel ashwintan...@gmail.com wrote: Hi, It's with regards to generating a query string for Solr. I am looking for a solution where I can create the query string like

Creating solr query.

2013-06-24 Thread Ashwin Tandel
Hi, It's with regards to generating a query string for Solr. I am looking for a solution where I can create the query string like 'q=name:ipod AND cat=music AND features=coolfacet=onfacet.field=cat' Is there any library through which we can create this query string. I came across Solrj but

(e)dismax Query Generation

2013-06-24 Thread Ashwin Tandel
Hi, Does Solr provides any java API/Client library to generate (e)dismax Query. for eg. using Java Code/API I wish to generate query like 'q=videodefType=edismaxqf=features^20.0+text^0.3bq=cat:electronics^5.0' Thanks in Advance, Ashwin