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
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
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
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
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
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
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
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.
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.
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.
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
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
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
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.
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
What is the best way for copying/backup of index in Solr 4.10.2?
--
Best Regards,
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
Hi,
IS there a way to achieve lemmatization in Solr? Stemming option is not
meeting the requirement.
--
Best Regards,
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
>
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
-
string
ITS--
ITS--
GREEN-APPLE
GREEN-APPLE
1.0
0
string
ITS--
ITS--
GREEN-APPLE
GREEN-APPLE
1.0
0
--
Best Regards,
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
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
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
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
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
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:
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
~500
How could i achieve this?
Best Regards,
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,
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
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
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
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
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
; 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
: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
: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
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
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
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
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
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
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
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
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
wildcard match.
--
Best Regards,
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
e search to one field and can't do on mutiple fields. Any solutions?
Regards,
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
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
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:
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
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
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
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
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
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
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
ot;
}
3. {!complexphrase}displayName:RVN* Viewpoint*
"debug": {
"rawquerystring": "{!complexphrase}displayName:RVN* Viewpoint*",
"querystring": "{!complexphrase}displayName:RVN* Viewpoint*",
"parsedquery": "displayName:rvn* disp
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
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
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
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
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
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
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
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
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));
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
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
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
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
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
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
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
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
Hi Team,
Can you please share the steps to integrate nutch 2.3.1 with solrcloud
7.1.0.
Thanks,
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
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
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]
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
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
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 - 100 of 118 matches
Mail list logo