Re: Perform incremental import with PDF Files

2018-01-29 Thread Karan Saini
adding clean=false parameter > in URL should do the trick. > > Thanks, > Emir > -- > Monitoring - Log Management - Alerting - Anomaly Detection > Solr & Elasticsearch Consulting Support Training - http://sematext.com/ > > > > > On 29 Jan 2018, at 14:48, Kar

Re: Perform incremental import with PDF Files

2018-01-29 Thread Karan Saini
wrote: > Hi Karan, > Did you try running full import with clean=false? > > Emir > -- > Monitoring - Log Management - Alerting - Anomaly Detection > Solr & Elasticsearch Consulting Support Training - http://sematext.com/ > > > > > On 29 Jan 2018, at 1

Perform incremental import with PDF Files

2018-01-29 Thread Karan Saini
Hi folks, Please suggest the solution for importing and indexing PDF files *incrementally*. My requirements is to pull the PDF files remotely from the network folder path. This network folder will be having new sets of PDF files after certain intervals (for say 20 secs). The folder will be forced

Solr - Achieve Delta-Import with the FileListEntityProcessor for PDF Files

2017-12-12 Thread Karan Saini
Solr version :: 6.6.1 I am using the solr to index the PDF files and it is working fine as expected. Now i have a requirement to perform the option of delta-import on the PDF file. I am not able to locate the example of implementing the delta-import with FileListEntityProcessor. Please suggest.

Solr :: How to trigger the DIH from SolrNet API with C# code

2017-12-11 Thread Karan Saini
Hi guys, *Solr Version :: 6.6.1* API :: SolrNet with C# based application I wish to invoke or trigger the data import handler from the C# code with the help of SolrNet. But i am unable to locate any tutorial in the SolrNet API. Please suggest how do i invoke the data import action from the C#

Solr - How to Clear the baseDir folder after the DIH import

2017-11-20 Thread Karan Saini
Hi guys, Solr Version :: 6.6.1 I am able to import the pdf files into the Solr system using the DIH and performs the indexing as expected. But i wish to clear the folder C:/solr-6.6.1/server/solr/core_K2_Depot*/Depot* after the successful finish of the indexing process. Please suggest, if there

Re: Make search on the particular field to be case sensitive

2017-11-10 Thread Karan Saini
Hi Erick, Please ignore my earlier mail. I got it worked ! I missed the rule attribute. Now it is working. Thanks, Karan On 10 November 2017 at 15:59, Karan Saini <maximus...@gmail.com> wrote: > Hi Erick, > > Thanks for the help. It is working fine with the *KeywordT

Re: Make search on the particular field to be case sensitive

2017-11-10 Thread Karan Saini
> > the same fieldType and don't include:* > > > > > > LowerCaseFilterFactory is responsible lowercase the token coming in query > > and while indexing. > > > > Something like this will work for you: > > > > > docValues="true"/>

Make search on the particular field to be case sensitive

2017-11-09 Thread Karan Saini
Hi guys, Solr version :: 6.6.1 ** I have around 10 fields in my core. I want to make the search on this specific field to be case sensitive. Please advise, how to introduce case sensitivity at the field level. What changes do i need to make for this field ? Thanks, Karan

Re: Quick Query about

2017-11-09 Thread Karan Saini
Thanks Charlie Hull for the quick answer. It worked for me in windows. *baseDir="\\CLDserver02\RemoteK1Depot"* Regards, Karan On 9 November 2017 at 14:58, Charlie Hull <char...@flax.co.uk> wrote: > On 09/11/2017 09:13, Karan Saini wrote: > >> Hi there, >>

Re: Quick Query about

2017-11-09 Thread Karan Saini
password="" > batchSize="5" /> > > > > > > > > > > > On Thu, 11/9/17, Karan Saini <maximus...@gmail.com> wrote: > > Subject: Quick Query about > To: solr-user@

Quick Query about

2017-11-09 Thread Karan Saini
Hi there, I am new to the Apache Solr and currently exploring how to use this technology to search in the PDF files.