Input raw log file

2011-01-08 Thread Dinesh
ho to give the raw log file as input to solr instead of xml file.. i'm working with log files from DHCP server and i want to index the datas.. pls help -- View this message in context: http://lucene.472066.n3.nabble.com/Input-raw-log-file-tp2210043p2210043.html Sent from the Solr - User mail

Re: Input raw log file

2011-01-08 Thread Dinesh
i don't have much idea about converting log into CSV and then giving it as input.. can u please specify how to do it excatly.. -- View this message in context: http://lucene.472066.n3.nabble.com/Input-raw-log-file-tp2210043p2216083.html Sent from the Solr - User mailing list archive at Nabble.co

Re: Input raw log file

2011-01-10 Thread Dinesh
can u give an example.. like something that is currently being used.. i'am an engineering student and my project is to index all the real time log files from different devices and use some artificial intelligence and produce a usefull data out of it.. i'm doing this for my college.. i'm struggling

Re: Input raw log file

2011-01-11 Thread Dinesh
I have installed and tested the sample xml file and tried indexing.. everything went successful and when i tried with log files i got an error.. i tried reading the schema.xml and didn't get a clear idea.. can you please help.. -- View this message in context: http://lucene.472066.n3.nabble.co

Re: Input raw log file

2011-01-11 Thread Dinesh
i copied it to the same exampledocs folder and did #java -jar post.jar log.txt and i got SimplePostTool: version 1.2 SimplePostTool: WARNING: Make sure your XML documents are encoded in UTF-8, other encodings are not currently supported SimplePostTool: POSTing files to http://localhost:8983/solr

Re: Input raw log file

2011-01-11 Thread Dinesh
if i convert it to CSV or XML then it will be time consuming cause the indexing and getting data out of it should be real time.. is there any way i can do other than this.. if not what are the ways i can convert them to CSV and XML.. and lastly which is the doc folder of solr -- View this message

Re: Input raw log file

2011-01-12 Thread Dinesh
i got some idea like creating a DIH and then doing with that.. thanks every one for the help.. hope i'll create an regex DIH i guess that's right.. -- View this message in context: http://lucene.472066.n3.nabble.com/Input-raw-log-file-tp2210043p2239947.html Sent from the Solr - User mailing list

Regex DataImportHandler

2011-01-12 Thread Dinesh
Can anyone explain me how to create regex DataImportHandler.. -- View this message in context: http://lucene.472066.n3.nabble.com/Regex-DataImportHandler-tp2240084p2240084.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Regex DataImportHandler

2011-01-12 Thread Dinesh
ya i did.. i'm trying it.. still for a better solution i asked... -- View this message in context: http://lucene.472066.n3.nabble.com/Regex-DataImportHandler-tp2240084p2240295.html Sent from the Solr - User mailing list archive at Nabble.com.

Getting started with writing parser

2011-01-17 Thread Dinesh
how to write a parser program that will convert log files into XML.. -- View this message in context: http://lucene.472066.n3.nabble.com/Getting-started-with-writing-parser-tp2278092p2278092.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Getting started with writing parser

2011-01-23 Thread Dinesh
i tried editing the schema file and indexing my own log.. the error that i got is root@karunya-desktop:/home/karunya/apache-solr-1.4.1/example/exampledocs# java -jar post.jar sample.txt SimplePostTool: version 1.2 SimplePostTool: WARNING: Make sure your XML documents are encoded in UTF-8, other

Re: Getting started with writing parser

2011-01-23 Thread Dinesh
i tried those examples.. is it compuslory that i should make it into XML, how does it index CSV.. should i post my entire schema that i made it myself and the text file that i tried to index.. - DINESHKUMAR . M I am neither especially clever nor especially gifted. I am only very, very curious

Re: Getting started with writing parser

2011-01-23 Thread Dinesh
i did all the configurations correctly.. previously i missed a configuration file after adding it i'm getting a new error called Unknown FieldType: 'string' used in QueryElevationComponent i found it was defined in solrconfig.xml i didn't change any of the line in that but i don't know why am i

Re: Getting started with writing parser

2011-01-24 Thread Dinesh
my solrconfig.xml http://pastebin.com/XDg0L4di my schema.xml http://pastebin.com/3Vqvr3C0 my try.xml http://pastebin.com/YWsB37ZW - DINESHKUMAR . M I am neither especially clever nor especially gifted. I am only very, very curious. -- View this message in context: http://lucene.472066.

please help >>Problem with dataImportHandler

2011-01-24 Thread Dinesh
this is the error that i'm getting.. no idea of what is it.. /apache-solr-1.4.1/example/exampledocs# java -jar post.jar sample.txt SimplePostTool: version 1.2 SimplePostTool: WARNING: Make sure your XML documents are encoded in UTF-8, other encodings are not currently supported SimplePostTool:

Re: please help >>Problem with dataImportHandler

2011-01-24 Thread Dinesh
actually its a log file i seperately created an handler for that... its not XML - DINESHKUMAR . M I am neither especially clever nor especially gifted. I am only very, very curious. -- View this message in context: http://lucene.472066.n3.nabble.com/please-help-Problem-with-dataImportHandle

Re: please help >>Problem with dataImportHandler

2011-01-24 Thread Dinesh
its a DHCP log.. i want ti index it - DINESHKUMAR . M I am neither especially clever nor especially gifted. I am only very, very curious. -- View this message in context: http://lucene.472066.n3.nabble.com/please-help-Problem-with-dataImportHandler-tp2318585p2319627.html Sent from the Solr

Re: Getting started with writing parser

2011-01-24 Thread Dinesh
http://pastebin.com/CkxrEh6h this is my sample log - DINESHKUMAR . M I am neither especially clever nor especially gifted. I am only very, very curious. -- View this message in context: http://lucene.472066.n3.nabble.com/Getting-started-with-writing-parser-tp2278092p2326646.html Sent from

Re: please help >>Problem with dataImportHandler

2011-01-24 Thread Dinesh
http://pastebin.com/tjCs5dHm this is the log produced by the solr server - DINESHKUMAR . M I am neither especially clever nor especially gifted. I am only very, very curious. -- View this message in context: http://lucene.472066.n3.nabble.com/please-help-Problem-with-dataImportHandler-tp23

Re: Getting started with writing parser

2011-01-24 Thread Dinesh
i don't even know whether the regex expression that i'm using for my log is correct or no.. i very much worried i couldn't proceed in my project already 1/3 rd of the timing is over.. please help.. this is just the first stage.. after this i have ti setup up all the log to be redirected to SYSLOG

Indexing Failed rolled back

2011-01-25 Thread Dinesh
i did some research in schema DIH config file and i created my own DIH, i'm getting this error when i run − 0 0 − − try.xml full-import idle − 0:0:0.163 0 1 0 0 2011-01-25 13:56:48 Indexing failed. Rolled back all changes. 2011-01-25 13:56:48 − This response format is experimental. It

Re: please help >>Problem with dataImportHandler

2011-01-25 Thread Dinesh
ya after correcting it also it is throwing an exception - DINESHKUMAR . M I am neither especially clever nor especially gifted. I am only very, very curious. -- View this message in context: http://lucene.472066.n3.nabble.com/please-help-Problem-with-dataImportHandler-tp2318585p2327662.html

Re: Getting started with writing parser

2011-01-25 Thread Dinesh
i want to take the month, time, DHCPMESSAGE, from_mac, gateway_ip, net_ADDR - DINESHKUMAR . M I am neither especially clever nor especially gifted. I am only very, very curious. -- View this message in context: http://lucene.472066.n3.nabble.com/Getting-started-with-writing-parser-tp2278092

Re: please help >>Problem with dataImportHandler

2011-01-25 Thread Dinesh
http://lucene.472066.n3.nabble.com/Getting-started-with-writing-parser-tp2278092p2327738.html this thread explains my problem - DINESHKUMAR . M I am neither especially clever nor especially gifted. I am only very, very curious. -- View this message in context: http://lucene.472066.n3.nabbl

Re: Getting started with writing parser

2011-01-25 Thread Dinesh
no i actually changed the directory to mine where i stored the log files.. it is /home/exam/apa..solr/example/exampledocs i specified it in a solr schema.. i created an DataImportHandler for that in try.xml.. then in that i changed that file name to sample.txt that new try.xml is http://pastebin

Solr 5.2 index time field boost not working as expected

2015-08-07 Thread dinesh naik
docs.add(doc); Also , we made omitNorms="false" for this field in schema.xml But still we do not see this document coming at the top. Is there any other setting which has to be done for index time boosting? Best Regards, Dinesh Naik -- Best Regards, Dinesh Naik

Different boost values for multiple parsers in Solr 5.2.1

2015-09-07 Thread dinesh naik
Hi all, Is there a way to apply different boost , using bq parameter for different parser. for example if i am using a synonym parser and edismax parser in a single query, my bq param value is getting applied for both the parser making the boost value double. -- Best Regards, Dinesh Naik

Re: Different boost values for multiple parsers in Solr 5.2.1

2015-09-07 Thread dinesh naik
235500, product of: 1.0 = tf(freq=1.0), with freq of: 1.0 = termFreq=1.0 1.0 = idf(docFreq=416190, maxDocs=1738053) 1.0 = fieldNorm(doc=235500) On Mon, Sep 7, 2015 at 7:21 PM, dinesh naik wrote: Hi all, Is there a way to apply different boost , using bq paramete

Re: Different boost values for multiple parsers in Solr 5.2.1

2015-09-08 Thread dinesh naik
Thanks Alot Upayavira. It worked as expected. On Tue, Sep 8, 2015 at 2:09 PM, Upayavira wrote: > you can add bq= inside your {!synonym_edismax} section, if you wish and > it will apply to that query parser only. > > Upayavira > > On Mon, Sep 7, 2015, at 03:05 PM, dinesh naik

Re: Different boost values for multiple parsers in Solr 5.2.1

2015-09-14 Thread dinesh naik
How can we handle this. Is this becuase of bq='' being used for synonym_edismax parser? On Tue, Sep 8, 2015 at 5:49 PM, dinesh naik wrote: > Thanks Alot Upayavira. It worked as expected. > > > On Tue, Sep 8, 2015 at 2:09 PM, Upayavira wrote: > >> you

Possibility of Indexing without feeding again in Solr 4.10.2

2015-02-17 Thread dinesh naik
Hi all, How to can do re-indexing in Solr without importing the data again? Is there a way to do re-indexing only for few documents ? -- Best Regards, Dinesh Naik

Better way of copying/backup of index in Solr 4.10.2

2015-02-17 Thread dinesh naik
What is the best way for copying/backup of index in Solr 4.10.2? -- Best Regards, Dinesh Naik

Internal document format for Solr 4.10.2

2015-02-18 Thread dinesh naik
Hi, Is there a way to read the internal document once solr does the indexing ? Also is there a possibility to store this internal document in xml format ? -- Best Regards, Dinesh Naik

How to achieve lemmatization for english words in Solr 4.10.2

2015-02-18 Thread dinesh naik
Hi, IS there a way to achieve lemmatization in Solr? Stemming option is not meeting the requirement. -- Best Regards, Dinesh Naik

RE: How to achieve lemmatization for english words in Solr 4.10.2

2015-02-18 Thread Dinesh Naik
ck Krupansky On Wed, Feb 18, 2015 at 10:50 AM, dinesh naik wrote: > Hi, > IS there a way to achieve lemmatization in Solr? Stemming option is not > meeting the requirement. > > -- > Best Regards, > Dinesh Naik >

Dynamic boosting on a document for Solr4.10.2

2015-02-24 Thread dinesh naik
status is 'Closed' we want to do negative boost say -100 . Also if age is between '20-50' we want to boost by 2000 etc. Please let us know how can we achieve this ? -- Best Regards, Dinesh Naik

Reading indexed data from solr 5.1.0 using admin/luke?

2015-06-29 Thread dinesh naik
- string ITS-- ITS-- GREEN-APPLE GREEN-APPLE 1.0 0 string ITS-- ITS-- GREEN-APPLE GREEN-APPLE 1.0 0 -- Best Regards, Dinesh Naik

RE: Reading indexed data from solr 5.1.0 using admin/luke?

2015-06-29 Thread Dinesh Naik
min/luke doesn't show the results of the compression of the stored values, there's no way I know of to do that. Best, Erick On Mon, Jun 29, 2015 at 8:20 AM, dinesh naik wrote: > Hi all, > > Is there a way to read the indexed data for field on which the > analysis/processing ha

Re: Reading indexed data from solr 5.1.0 using admin/luke?

2015-06-30 Thread dinesh naik
Thanks Eric and Upayavira for your inputs. Is there a way i can associate this to a unique id of document, either using schema browser or TermsComponent? Best Regards, Dinesh Naik On Tue, Jun 30, 2015 at 2:55 AM, Upayavira wrote: > Use the schema browser on the admin UI, and click the &q

Re: Reading indexed data from solr 5.1.0 using admin/luke?

2015-06-30 Thread dinesh naik
Hi Erick, This is mainly for debugging purpose. If i have 20M records and few fields in some of the documents are not indexed as expected or something went wrong during indexing then how do we pin point the exact issue and fix the problem? Best Regards, Dinesh Naik On Tue, Jun 30, 2015 at 5:56

Re: Reading indexed data from solr 5.1.0 using admin/luke?

2015-06-30 Thread dinesh naik
admin/analysis can be used to see for field level analysis only. Best Regards, Dinesh Naik On Tue, Jun 30, 2015 at 7:08 PM, Erick Erickson wrote: > Dinesh: > > This is what the admin/analysis page is for. It shows you exactly > what tokens are produced by what steps in the analysis c

Re: Reading indexed data from solr 5.1.0 using admin/luke?

2015-06-30 Thread dinesh naik
fast though, more for troubleshooting than trying to do anything in a production environment. I ll try looking into the Luke program if i can get this done. Thanks and Best Regards, Dinesh Naik On Tue, Jun 30, 2015 at 7:42 PM, Alessandro Benedetti < benedetti.ale...@gmail.com> wrote: &g

RE: Reading indexed data from solr 5.1.0 using admin/luke?

2015-06-30 Thread Dinesh Naik
50 fields . I wanted to know if solr provides a way to see all these analyzed fields at once (for ex. By using unique id ). Best Regards, Dinesh Naik -Original Message- From: "Alessandro Benedetti" Sent: ‎30-‎06-‎2015 21:43 To: "solr-user@lucene.apache.org" Subject:

Location of config files in Zoo Keeper

2015-07-02 Thread dinesh naik
Hi all, For solr version 5.1.0, Where does Zoo keeper keep all the config files ?How do we access them ? >From Admin console , Cloud-->Tree-->config , we are able to see them but where does Zoo Keeper store them(location)? -- Best Regards, Dinesh Naik

Synonym with Proximity search in solr 5.1.0

2015-07-08 Thread dinesh naik
~500 How could i achieve this? Best Regards, Dinesh Naik

Re: Synonym with Proximity search in solr 5.1.0

2015-07-08 Thread dinesh naik
Hi Alessandro, I have gone through the above suggested links, but i am not able to achieve the above expected result. The issue here is , my searched text is a part of field 'text' . I like nokia mobile searched text: "nokia mobile"~500. Best Regards, Dinesh Naik On Wed,

Restore index API does not work in solr 5.1.0 ?

2015-07-09 Thread dinesh naik
cation?command=restore The Restore works fine with same steps for 5.2 versions but not 5.1 Is there any other way to restore index in Solr 5.1.0? -- Best Regards, Dinesh Naik

Re: Restore index API does not work in solr 5.1.0 ?

2015-07-13 Thread dinesh naik
Hi all, How can we restore index in Solr 5.1.0 ? Best Regards, Dinesh Naik On Thu, Jul 9, 2015 at 6:54 PM, dinesh naik wrote: > Hi all, > > How can we restore the index in Solr 5.1.0 ? > > We did following: > > 1:- Started Solr Cloud from: > > bin/so

Prevent the SSL Truststore password from showing up in plain text the Solr Admin

2016-06-08 Thread Dinesh Babu
password in Solr? 2) If not is it possible to hide the “Java Properties” option ? 3) Or what is the recommended best practice for this issue? [cid:image001.jpg@01D1C1B0.6AAF1900] Thanks, Dinesh

Which handler handles calls to retrieve java properties and Cores

2016-06-13 Thread Dinesh Babu
es?wt=json http://localhost:8080/solr/admin/cores?wt=json Does anyone know which handler handles these calls ( I commented out the admin handler, see below, in SolrConfig.xml. But no luck ). Or any other mechanism to stop returning java properties /cores information? Thanks, Dinesh

solr-5.2.1: All folders in solr box(Linux) are sitting in RAM

2016-09-21 Thread dinesh naik
size is 9GB (inside solr installation directory solrhome) .In solr admin UI the physical memory shows 32GB. It seems all the folders are sitting in RAM . Kindly suggest how can i avoid this? -- Best Regards, Dinesh Naik

Re: solr-5.2.1: All folders in solr box(Linux) are sitting in RAM

2016-09-21 Thread dinesh naik
; consumption of the OS memory? See Uwe's excellent article here: > > http://blog.thetaphi.de/2012/07/use-lucenes-mmapdirectory-on-64bit.html > > Best, > Erick > > On Wed, Sep 21, 2016 at 1:45 AM, dinesh naik > wrote: > > Hi all, > > > > i have a linux

Solr ssl issue while creating collection

2017-12-11 Thread Sundaram, Dinesh
:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ... 15 more Dinesh Sundaram MBS Platform Engineering Mastercard [cid:image001.png@01D37283.5B72AA80] CONFIDENTIALITY NOTICE This e-mail message and any attachments are only for the use of the

RE: Solr ssl issue while creating collection

2017-12-11 Thread Sundaram, Dinesh
:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ... 15 more Dinesh Sundaram MBS Platform Engineering Mastercard [cid:image002.png@01D37287.37BC38F0] CONFIDENTIALITY NOTICE This e-mail message and any attachments are only for the use of the

RE: Solr ssl issue while creating collection

2017-12-13 Thread Sundaram, Dinesh
ficate for doesn't match any of the subject alternative names: [] Dinesh Sundaram MBS Platform Engineering Mastercard -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Monday, December 11, 2017 2:26 PM To: solr-user@lucene.apache.org Subject: Re: Solr

RE: Solr ssl issue while creating collection

2017-12-13 Thread Sundaram, Dinesh
Thanks Shawn for your input, Is this errors specific only for zookeeper operations? If so is there any way to turn off default zookeeper which runs on 9983? Dinesh Sundaram MBS Platform Engineering Mastercard -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent

RE: Solr ssl issue while creating collection

2017-12-15 Thread Sundaram, Dinesh
Thanks again for your valuable reply. Yes that’s correct. Is there a way to start solr alone without any embedded/external zookeeper in solrcloud mode? Dinesh Sundaram MBS Platform Engineering Mastercard -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent

RE: Solr ssl issue while creating collection

2017-12-29 Thread Sundaram, Dinesh
Thanks Erick for your valuable reply. Much Appreciated !!! Dinesh Sundaram MBS Platform Engineering Mastercard -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Friday, December 15, 2017 5:17 PM To: solr-user Subject: Re: Solr ssl issue while creating

Solrcloud with Master/Slave

2018-01-02 Thread Sundaram, Dinesh
es. I couldn't find any issues so far. Is this advisable? Because I'm wondering that looks like mixing up solrcloud and master/slave replication. Dinesh Sundaram MBS Platform Engineering Mastercard [cid:image001.png@01D383E7.39FA10D0] CONFIDENTIALITY NOTICE This e-mail message and any attac

RE: Solrcloud with Master/Slave

2018-01-04 Thread Sundaram, Dinesh
B ? http://solrcloudA:8983/solr/${solr.core.name}/replication 00:00:20 Dinesh Sundaram MBS Platform Engineering Mastercard -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Tuesday, January 2, 2018 5:33 PM To: solr-user

RE: Solrcloud with Master/Slave

2018-01-04 Thread Sundaram, Dinesh
start -cloud -p 8983 -noprompt Dinesh Sundaram MBS Platform Engineering Mastercard -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Thursday, January 4, 2018 10:10 AM To: solr-user Subject: Re: Solrcloud with Master/Slave Whoa. I don't think you

RE: Solrcloud with Master/Slave

2018-01-04 Thread Sundaram, Dinesh
this also okay? Dinesh Sundaram MBS Platform Engineering Mastercard -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Thursday, January 4, 2018 2:06 PM To: solr-user Subject: Re: Solrcloud with Master/Slave Yes you do use ZooKeeper. Starting Solr with the

how to achieve mulitple wild card searches in solr 5.2.1

2017-01-03 Thread dinesh naik
wildcard match. -- Best Regards, Dinesh Naik

Re: how to achieve mulitple wild card searches in solr 5.2.1

2017-01-10 Thread dinesh naik
and that > you'd get the results you expect on a string field.. > > Add &debug=query to the URL and you'll see what the parsed query is > and that'll give you a very good idea of what's acaully happening. > > Best, > Erick > > On Tue, Jan 3, 2017 a

How to stop Solr tokenising search terms with spaces

2014-12-05 Thread Dinesh Babu
e search to one field and can't do on mutiple fields. Any solutions? Regards, Dinesh Babu.

RE: How to stop Solr tokenising search terms with spaces

2014-12-05 Thread Dinesh Babu
One more quick question Erik, If I want to do search on multiple fields using {!field} do we have a query similar to what {!prefix} has : q={!prefix f=field1 v=$f1_val} OR {!prefix f=field2 v=$f2_val} where &f1_val=&f2_val= Regards, Dinesh Babu. -Original Message- From

RE: How to stop Solr tokenising search terms with spaces

2014-12-05 Thread Dinesh Babu
Thanks a lot Erik. {!field} seems to solve our issue. Much appreciate your help Regards, Dinesh Babu. -Original Message- From: Erik Hatcher [mailto:erik.hatc...@gmail.com] Sent: 05 December 2014 16:00 To: solr-user@lucene.apache.org Subject: Re: How to stop Solr tokenising search

RE: How to stop Solr tokenising search terms with spaces

2014-12-05 Thread Dinesh Babu
s not works Regards, Dinesh Babu. -Original Message- From: Erik Hatcher [mailto:erik.hatc...@gmail.com] Sent: 05 December 2014 16:44 To: solr-user@lucene.apache.org Subject: Re: How to stop Solr tokenising search terms with spaces But also, to spell out the more typical way to do that:

RE: How to stop Solr tokenising search terms with spaces

2014-12-06 Thread Dinesh Babu
Just curious, why solr does not provide a simple mechanism to do a phrase search ? It is a very common use case and it is very surprising that there is no straight forward, at least I have not found one after so much research, way to do it in Solr. Regards, Dinesh -Original Message

RE: How to stop Solr tokenising search terms with spaces

2014-12-07 Thread Dinesh Babu
prefix (Han) 6) or partial surname without prefix (ank) 7) or the whole name (Tom Hanks) 8) or partial first name with or without prefix and partial surname with or without prefix ( To Han , om ank) 9) All of the above as case insensitive search Thanks in advance for your help Regards, Dinesh Babu

RE: How to stop Solr tokenising search terms with spaces

2014-12-07 Thread Dinesh Babu
Thanks in advance for your help Regards, Dinesh Babu Regards, Dinesh Babu. -Original Message- From: Jack Krupansky [mailto:j...@basetechnology.com] Sent: 07 December 2014 02:04 To: solr-user@lucene.apache.org Subject: Re: How to stop Solr tokenising search terms with spaces AFAIK

RE: How to stop Solr tokenising search terms with spaces

2014-12-07 Thread Dinesh Babu
y\" found in phrase query string \"RVN*\"" 3) {!complexphrase}"RVN V*" -- Does not bring any result back. 4) {!complexphrase}"RVN Viewpoint*" -- Does not bring any result back. Do I need to make any configuration changes to get this working? Regards, D

RE: How to stop Solr tokenising search terms with spaces

2014-12-07 Thread Dinesh Babu
I just tried your suggestion {!complexphrase}displayName:"RVN Viewpoint users" Even the above did not work. Am I missing any configuration changes for this parser to work? Regards, Dinesh Babu. -Original Message- From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behal

RE: How to stop Solr tokenising search terms with spaces

2014-12-08 Thread Dinesh Babu
Thanks a lot Jack. Will try this Solution. Regards, Dinesh Babu. -Original Message- From: Jack Krupansky [mailto:j...@basetechnology.com] Sent: 07 December 2014 20:38 To: solr-user@lucene.apache.org Subject: Re: How to stop Solr tokenising search terms with spaces Thanks for the

RE: How to stop Solr tokenising search terms with spaces

2014-12-08 Thread Dinesh Babu
Hi Yonik, It is a text field ( all our search fields are of type text ). Very unlucky for me that it is not working. Will try the NGram solution provided by Jack. Regards, Dinesh Babu. -Original Message- From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley

RE: How to stop Solr tokenising search terms with spaces

2014-12-08 Thread Dinesh Babu
ot; } 3. {!complexphrase}displayName:RVN* Viewpoint* "debug": { "rawquerystring": "{!complexphrase}displayName:RVN* Viewpoint*", "querystring": "{!complexphrase}displayName:RVN* Viewpoint*", "parsedquery": "displayName:rvn* disp

RE: How to stop Solr tokenising search terms with spaces

2014-12-08 Thread Dinesh Babu
Thanks Erik Regards, Dinesh Babu. -Original Message- From: Erik Hatcher [mailto:erik.hatc...@gmail.com] Sent: 08 December 2014 17:02 To: solr-user@lucene.apache.org Subject: Re: How to stop Solr tokenising search terms with spaces debug output tells a lot. Looks like in the last two

RE: How to stop Solr tokenising search terms with spaces

2014-12-09 Thread Dinesh Babu
But my requirement is A* B* to be A* B* . A* OR B*won't meet my requirement. We have chosen the NGram solution and it is working for our rquirement at the moment. Thanks for your input and help Yonik Regards, Dinesh Babu. -Original Message- From: ysee...@gmail.com [mailto

RE: How to stop Solr tokenising search terms with spaces

2014-12-10 Thread Dinesh Babu
Hi Ahmet, We have gone for the Ngram solution. Thanks Regards, Dinesh Babu. -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com.INVALID] Sent: 08 December 2014 15:27 To: solr-user@lucene.apache.org Subject: Re: How to stop Solr tokenising search terms with spaces Hi, May

American British Dictionary for Solr

2015-02-11 Thread dinesh naik
Hi , We are looking for a dictionary to support American/British English synonym. Could you please let us know what all dictionaries are available ? -- Best Regards, Dinesh Naik

American /British Dictionary for solr-4.10.2

2015-02-11 Thread dinesh naik
Hi, What are the dictionaries available for Solr 4.10.2? We are looking for a dictionary to support American/British English synonym. -- Best Regards, Dinesh Naik

Solr Using

2008-09-22 Thread Dinesh Gupta
Hi All, I am new to Solr. I am using Lucene last 2 years. We create Lucene indexes for database. Please help to migrate to Solr. How can achieve this. If any one have idea, please help. Thanks In Advance. Regards, Dinesh Gupta

RE: Solr Using

2008-09-23 Thread Dinesh Gupta
Time = time; } return document; } > Date: Mon, 22 Sep 2008 22:10:16 -0700 > From: [EMAIL PROTECTED] > Subject: Re: Solr Using > To: solr-user@lucene.apache.org > > Dinesh, > > Please have a look at the Solr tutorial first. > Then have a look at the

Lucene index

2008-09-23 Thread Dinesh Gupta
Hi, Current we are using Lucene api to create index. It creates index in a directory with 3 files like xxx.cfs , deletable & segments. If I am creating Lucene indexes from Solr, these file will be created or not? Please give me example on MySQL data base instead of hsqldb Regards, Di

RE: Lucene index

2008-09-23 Thread Dinesh Gupta
Field.Store.YES,Field.Index.TOKENIZED)); //doc.add(Field.Text("clg", (String) data.get("Catalogues"))); //Product Delivery Cities doc.add(new Field("dcty",(String) data.get("DelCities"),Field.Store.YES,Field.Index.TOKENIZED));

Solr Using

2008-09-23 Thread Dinesh Gupta
Which version of tomcat required. I installed jboss4.0.2 which have tomcat5.5.9. JSP pages are not going to compile. Its giving syntax error. Please help. I can't move from jboss4.0.2. Please help. Regards, Dinesh Gupta > Date: Tue, 23 Sep 2008 19:36:22 +0530 > From: [EMAI

RE: Lucene index

2008-09-24 Thread Dinesh Gupta
c to prepare data and putting in a map and finally writing to index. Now can I achieve this. I am able to search by using solr web admin but not able to add. Please tell me how can I attach my file to you. Thanks Regards, Dinesh Gupta > Date: Tue, 23 Sep 2008 19:36:22 +0530 > From: [EMAIL

NullPointerException

2008-09-25 Thread Dinesh Gupta
Hi All, I have attached my file. I am getting exception. Please suggest me how to short-out this issue. WARNING: Error creating document : SolrInputDocumnt[{id=id(1.0)={93146}, ttl=ttl(1.0)={Majestic from Pushpams.com}, cdt=cdt(1.0)={2001-09-04 15:40:40.0}, mdt=mdt(1.0)={2008-09-23 17:47:4

Create Indexes

2008-09-26 Thread Dinesh Gupta
Hi All, Please give me some links so that I can start from basics. I have a large database of product. 1) Product can be associated with multiple category 2) a category can be associated with multiple catalogs. 3) category & catalog association goes on a table called category-catalog

RE: NullPointerException

2008-09-26 Thread Dinesh Gupta
t is in the log is > > wrong. Look at the DateFormatTransformer in DataImportHandler which can > > format strings in your database to the correct date format needed for Solr. > > > > On Thu, Sep 25, 2008 at 7:09 PM, Dinesh Gupta <[EMAIL PROTECTED]>wrote: > > > >> Hi All

Create Indexes

2008-09-26 Thread Dinesh Gupta
Hi All, Please give me some links so that I can start from basics. I have a large database of product. 1) Product can be associated with multiple category 2) a category can be associated with multiple catalogs. 3) category & catalog association goes on a table called category-catalog

RE: Create Indexes

2008-09-26 Thread Dinesh Gupta
Hi, Please tell me where to upload the files. Regard, Dinesh Gupta > Date: Fri, 26 Sep 2008 21:23:58 +1000 > From: [EMAIL PROTECTED] > To: solr-user@lucene.apache.org > Subject: Re: Create Indexes > > On Fri, 26 Sep 2008 16:32:05 +0530 > Dinesh Gupta <[EMAIL PROTECT

Sample App needed

2008-09-29 Thread Dinesh Gupta
how to attach my file for help to understand my problem Regards Dinesh Gupta _ Search for videos of Bollywood, Hollywood, Mollywood and every other wood, only on Live.com http://www.live.com/?scope=video&form=MICOAL

Integrate nutch with solr

2018-10-18 Thread Dinesh Sundaram
Hi Team, Can you please share the steps to integrate nutch 2.3.1 with solrcloud 7.1.0. Thanks, Dinesh Sundaram

Re: Integrate nutch with solr

2018-10-22 Thread Dinesh Sundaram
Thanks Shawn for the reply, yes I do have some questions on the solr too. can you please share the steps for solr side to integate the nutch or no steps are needed in solr? On Thu, Oct 18, 2018 at 8:35 PM Shawn Heisey wrote: > On 10/18/2018 12:35 PM, Dinesh Sundaram wrote: > > Can y

RE: Solrcloud with Master/Slave

2018-01-05 Thread Sundaram, Dinesh
nsole. That console is really cool for tracking solr activities. Dinesh Sundaram MBS Platform Engineering Mastercard -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Friday, January 5, 2018 10:58 AM To: solr-user Subject: Re: Solrcloud with Master/Slave

SSL configuration with Master/Slave

2018-01-08 Thread Sundaram, Dinesh
der.engineBuild(SunCertPathBuilder.java:126) at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382) ... 65 more Dinesh Sundaram MBS Platform Engineering Mastercard [cid:image001.png@01D3.B3853E20]

RE: SSL configuration with Master/Slave

2018-01-09 Thread Sundaram, Dinesh
FYI, This has been resolved. Dinesh Sundaram MBS Platform Engineering Mastercard [cid:image001.png@01D3892A.668B6700] From: Sundaram, Dinesh Sent: Monday, January 8, 2018 1:58 PM To: solr-user Subject: SSL configuration with Master/Slave Team, I'm facing an SSL issue while configuring M

Replicate configoverlay.json

2018-03-06 Thread Sundaram, Dinesh
Team, Can you please share the steps to replicate configoverlay.json from Master to Slave... in other words, how do we replicate from Master to Slave if any configuration updated via API. Dinesh Sundaram MBS Platform Engineering Mastercard [cid:image001.png@01D3B541.4529DEF0] CONFIDENTIALITY

RE: Replicate configoverlay.json

2018-03-08 Thread Sundaram, Dinesh
to Slaves if any update happens to this file. --Dinesh Sundaram -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Wednesday, March 7, 2018 6:09 PM To: solr-user@lucene.apache.org Subject: Re: Replicate configoverlay.json On 3/6/2018 10:50 AM, Sundaram, Dinesh

  1   2   >