Re: Questions regarding indexing JSON data

2015-09-21 Thread Upayavira
On Mon, Sep 21, 2015, at 02:53 AM, Kevin Vasko wrote: > I am new to Apache Solr and have been struggling with indexing some JSON > files. > > I have several TB of twitter data in JSON format that I am having trouble > posting/indexing. I am trying to use a schemaless schema so I don't have > to

Questions regarding indexing JSON data

2015-09-20 Thread Kevin Vasko
I am new to Apache Solr and have been struggling with indexing some JSON files. I have several TB of twitter data in JSON format that I am having trouble posting/indexing. I am trying to use a schemaless schema so I don't have to add 200+ records fields manually. 1. The first issue is none of

Re: Issue regarding Indexing PDFs into Solr.

2013-04-29 Thread Furkan KAMACI
It seems that your solrconfig.xml can not find libraries. Here is an example path from solrconfig.xml: 2013/4/29 Krishna Venkateswaran > Hi > > I have installed Solr over Apache Tomcat. > I have used Apache Tomcat v6.x for Solr to work. > > When trying to upload a file using SolrJ to index it

Issue regarding Indexing PDFs into Solr.

2013-04-29 Thread Krishna Venkateswaran
Hi I have installed Solr over Apache Tomcat. I have used Apache Tomcat v6.x for Solr to work. When trying to upload a file using SolrJ to index it into Solr, I am getting an exception as follows: Server at http://localhost:8080/solr-example returned non ok status:500, message:Internal Server Err

RE: Regarding Indexing Multiple Columns Best Practise

2012-03-16 Thread Husain, Yavar
Thanks Erick!! -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Friday, March 16, 2012 6:58 PM To: solr-user@lucene.apache.org Subject: Re: Regarding Indexing Multiple Columns Best Practise I would *guess* you won't notice much/any difference. Note tha

Re: Regarding Indexing Multiple Columns Best Practise

2012-03-16 Thread Erick Erickson
I would *guess* you won't notice much/any difference. Note that, if you use a fieldType with the increment gap > 1 (the default is often set to 100), phrase queries (slop) will perform differently depending upon which option you choose. Best Erick On Thu, Mar 15, 2012 at 10:49 AM, Husain, Yavar

Regarding Indexing Multiple Columns Best Practise

2012-03-15 Thread Husain, Yavar
Say I have around 30-40 fields (SQL Table Columns) indexed using Solr from the database. I concatenate those fields into one field by using Solr copyfield directive and than make it default search field which I search. If at the database level itself I perform concatenation of all those fields

Re: Question regarding indexing multiple languages, stopwords, etc.

2011-02-21 Thread Otis Gospodnetic
ecosystem search :: http://search-lucene.com/ - Original Message > From: Greg Georges > To: "solr-user@lucene.apache.org" > Sent: Mon, February 21, 2011 4:27:46 PM > Subject: Question regarding indexing multiple languages, stopwords, etc. > > Hello all, >

Question regarding indexing multiple languages, stopwords, etc.

2011-02-21 Thread Greg Georges
Hello all, I have gotten my DataImporthandler to index my data from my MySQL database. I was looking at the schema tool and noticing that stopwords in different languages are being indexed as terms. The 6 languages we have are English, French, Spanish, Chinese, German and Italian. Right now I

Re: query regarding Indexing xml files -db-data-config.xml

2009-05-18 Thread jayakeerthi s
Hi Noble, Thanks for the reply, As advised I have changed the db-data-config.xml as below. But still the Indexing completed. Added/Updated: 0 documents. Deleted 0 documents. Got error as below when baseDir is removed INFO:

Re: query regarding Indexing xml files -db-data-config.xml

2009-05-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
hi , u may not need that enclosing entity , if you only wish to index one file. baseDir is not required if you give absolute path in the fileName. no need to mention forEach or fields if you set useSolrAddSchema="true" On Sat, May 16, 2009 at 1:23 AM, jayakeerthi s wrote: > Hi All, > > I am try

Re: query regarding Indexing xml files -db-data-config.xml

2009-05-16 Thread Fergus McMenemie
Hmmm, I thought that if you were using the XPathEntityProcessor that you have to specify an xpath for each of the fields you want to populate. Unless you are using XPathEntityProcessor's use useSolrAddSchema mode? Fergus. >If that is your complete input file then it looks like you are missing

Re: query regarding Indexing xml files -db-data-config.xml

2009-05-15 Thread jayakeerthi s
Many thanks for the reply The complete input xml file is below I missed to include this earlier. F8V7067-APL-KIT Belkin Mobile Power Cord for iPod w/ Dock Belkin electronics connector car power adapter, white 4 19.95 1 false IW-02 iPod & iPod Mini USB 2.0 Cable Belk

Re: query regarding Indexing xml files -db-data-config.xml

2009-05-15 Thread Jay Hill
If that is your complete input file then it looks like you are missing the wrapping element: F8V7067-APL-KIT > field> > Belkin Mobile Power Cord for iPod w/ Dock > Belkin > electronics > connector > car power adapter, white > 4 > 19.95 > 1 > false > Is it possible you just forgot

query regarding Indexing xml files -db-data-config.xml

2009-05-15 Thread jayakeerthi s
Hi All, I am trying to index the fileds from the xml files, here is the configuration that I am using. db-data-config.xml Schema.xml has the field "manu" The input xml file used to import the field is F8V7067-APL-KIT Belkin Mo

Re: Regarding Indexing

2008-08-29 Thread Neeti Raj
t." > > Robert A. Heinlein > > > > I speak for myself, not my employer. Contents may be hot. Slippery when > > wet. > > Reading disclaimers makes you go blind. Writing them is worse. You have > > been > > Warned. > > > > > > -- > View this message in context: > http://www.nabble.com/Regarding-Indexing-tp19215093p19216746.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Re: Regarding Indexing

2008-08-29 Thread Norberto Meijome
On Fri, 29 Aug 2008 02:37:10 -0700 (PDT) sanraj25 <[EMAIL PROTECTED]> wrote: > I want to store two independent datas in solr index. so I decided to create > two index.But that's not possible.so i go for multicore concept in solr > .can u give me step by step procedure to create multicore in solr

Re: Regarding Indexing

2008-08-29 Thread sanraj25
. Writing them is worse. You have > been > Warned. > > -- View this message in context: http://www.nabble.com/Regarding-Indexing-tp19215093p19216746.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Regarding Indexing

2008-08-29 Thread Norberto Meijome
On Fri, 29 Aug 2008 00:31:13 -0700 (PDT) sanraj25 <[EMAIL PROTECTED]> wrote: > But still i cant maintain two index. > please help me how to create two cores in solr What specific problem do you have ? B _ {Beto|Norberto|Numard} Meijome "Always listen to experts. They'll

Regarding Indexing

2008-08-29 Thread sanraj25
how to create two cores in solr regards, Santhanaraj R -- View this message in context: http://www.nabble.com/Regarding-Indexing-tp19215093p19215093.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Regarding Indexing data

2008-07-21 Thread Noble Paul നോബിള്‍ नोब्ळ्
server. > > give some instruction to read the documents through admin of solr.Because i > sometimes want to read that documents > > regards, > Santhanaraj R > -- > View this message in context: > http://www.nabble.com/Regarding-Indexing-data-tp18567107p18567107.html &

Regarding Indexing data

2008-07-21 Thread sanraj25
admin of solr.Because i sometimes want to read that documents regards, Santhanaraj R -- View this message in context: http://www.nabble.com/Regarding-Indexing-data-tp18567107p18567107.html Sent from the Solr - User mailing list archive at Nabble.com.