Re: SolrJ Indexing

2016-03-28 Thread Mugeesh Husain
.472066.n3.nabble.com/SolrJ-Indexing-tp4265506p4266436.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SolrJ Indexing

2016-03-25 Thread Shawn Heisey
On 3/25/2016 2:04 AM, fabigol wrote: > what i want to do and to create the differents links between the entities > which i'm going to index. Therefore, i have a root entity and girls entities > like showing xml File. > > But, my main problem is the number of documents. In facr, when i want to > ind

Re: SolrJ Indexing

2016-03-25 Thread fabigol
lem(5 millions), if i want to index 6 months of data (10 millions) the indexation is not finished after 18 hours. -- View this message in context: http://lucene.472066.n3.nabble.com/SolrJ-Indexing-tp4265506p4265998.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SolrJ Indexing

2016-03-24 Thread Shawn Heisey
On 3/24/2016 4:06 AM, fabigol wrote: > I know doint that for DIH but with solrJ i don't know. Must i use the > annotations as @Field...? > > Moreover, i create a new project solr with the same XML Files - copy conf > directory - and oddly the Indexing is much faster and not a little 100 time > more

Re: SolrJ Indexing

2016-03-24 Thread fabigol
- and oddly the Indexing is much faster and not a little 100 time more quick. -- View this message in context: http://lucene.472066.n3.nabble.com/SolrJ-Indexing-tp4265506p4265812.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SolrJ Indexing

2016-03-23 Thread Shawn Heisey
On 3/23/2016 2:36 AM, fabigol wrote: > i want to do indexing with api SolrJ. So, i believe the indexing will be > multhreaded. > But i have 5 root entites. The config you included is from the dataimport handler. This is *NOT* indexing with SolrJ. You can SolrJ to *start* the indexing, and with e

SolrJ Indexing

2016-03-23 Thread fabigol
ne file xml: -- View this message in context: http://lucene.472066.n3.nabble.com/SolrJ-Indexing-tp4265506.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: [SolrJ] Indexing Java Map into Solr

2015-10-09 Thread Erick Erickson
Hmmm, what does the code look like for Java? One of the cardinal sins of indexing with SolrJ is sending docs one at a time rather than as batches of at least 100 (I usually use 1,000). See: https://lucidworks.com/blog/2015/10/05/really-batch-updates-solr-2/ One technique I often use to chase this

[SolrJ] Indexing Java Map into Solr

2015-10-09 Thread Alessandro Benedetti
Hi guys, I was evaluating an Indexer application. This application takes in input a Collection of Objects that are basically Java Maps. This is for covering Solr side a big group of dynamic fields basically and avoid that complexity java side. Let's go to the point, currently the indexing approach

RE: language identification during solrj indexing

2015-07-02 Thread Markus Jelsma
https://wiki.apache.org/solr/LanguageDetection -Original message- > From:Alessandro Benedetti > Sent: Thursday 2nd July 2015 11:06 > To: solr-user@lucene.apache.org > Subject: Re: language identification during solrj indexing > > SolrJ is simply a java client to ac

Re: language identification during solrj indexing

2015-07-02 Thread Alessandro Benedetti
" endpoint. Have you checked if you have your custom chain configured for that ? Cheers 2015-07-02 9:07 GMT+01:00 vineet yadav : > Hi, > > I want to identify language identification during solrj indexing. I have > made configuration changes required for language ident

language identification during solrj indexing

2015-07-02 Thread vineet yadav
Hi, I want to identify language identification during solrj indexing. I have made configuration changes required for language identification on the basis of solr wiki( https://cwiki.apache.org/confluence/display/solr/Detecting+Languages+During+Indexing ). language detection update chain is

Questions about Solrj indexing/updateRequest API with regard to enabling HTTP Basic Auth inside Tomcat (HTTP POST method)

2014-10-29 Thread Yuan Jerry
Hi Solr User List, I have started using Solrj (Solr and Solrj 4.1.0, and also 4.10.1) for sending indexing/update requests to Solr server that is being hosted inside Tomcat, and the security authentication HTTP BASIC auth is enabled in this Solr server web.xml. (1) The client code looks like b

Re: solrj indexing using embedded solr is slow

2013-06-28 Thread Erick Erickson
this message in context: > http://lucene.472066.n3.nabble.com/solrj-indexing-using-embedded-solr-is-slow-tp4073636p4073711.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: solrj indexing using embedded solr is slow

2013-06-27 Thread Learner
.nabble.com/solrj-indexing-using-embedded-solr-is-slow-tp4073636p4073711.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solrj indexing using embedded solr is slow

2013-06-27 Thread Shawn Heisey
(running inside Solrj indexing process) but for some reason it takes more time to index the data when compared with ConcurrentUpdateSOLR server(CUSS). I was under assumption that embedded server would take less time compared to http update (made when using CUSS) but not sure why it takes more time

solrj indexing using embedded solr is slow

2013-06-27 Thread Learner
I was using ConcurrentUpdateSOLR for indexing documents to Solr. Later I had a need to do portable indexing hence started using Embedded solr server. I created a multithreaded program to create /submit the documents in batch of 100 to Embedded SOLR server (running inside Solrj indexing process

Re: Solr 4 Alpha SolrJ Indexing Issue

2012-07-19 Thread Briggs Thompson
Thanks Mark! On Thu, Jul 19, 2012 at 4:07 PM, Mark Miller wrote: > https://issues.apache.org/jira/browse/SOLR-3649 > > On Thu, Jul 19, 2012 at 3:34 PM, Briggs Thompson < > w.briggs.thomp...@gmail.com> wrote: > > > This is unrelated for the most part, but the javabin update request > handler > >

Re: Solr 4 Alpha SolrJ Indexing Issue

2012-07-19 Thread Mark Miller
https://issues.apache.org/jira/browse/SOLR-3649 On Thu, Jul 19, 2012 at 3:34 PM, Briggs Thompson < w.briggs.thomp...@gmail.com> wrote: > This is unrelated for the most part, but the javabin update request handler > does not seem to be working properly when calling solrj > method*HttpSolrServer.de

Re: Solr 4 Alpha SolrJ Indexing Issue

2012-07-19 Thread Briggs Thompson
This is unrelated for the most part, but the javabin update request handler does not seem to be working properly when calling solrj method*HttpSolrServer.deleteById(List ids) *. A single Id gets deleted from the index as opposed to the full list. It appears properly in the logs - shows delete of al

Re: Solr 4 Alpha SolrJ Indexing Issue

2012-07-19 Thread Mark Miller
we really need to resolve that issue soon... On Jul 19, 2012, at 12:08 AM, Briggs Thompson wrote: > Yury, > > Thank you so much! That was it. Man, I spent a good long while trouble > shooting this. Probably would have spent quite a bit more time. I > appreciate your help!! > > -Briggs > > On W

Re: Solr 4 Alpha SolrJ Indexing Issue

2012-07-18 Thread Briggs Thompson
Yury, Thank you so much! That was it. Man, I spent a good long while trouble shooting this. Probably would have spent quite a bit more time. I appreciate your help!! -Briggs On Wed, Jul 18, 2012 at 9:35 PM, Yury Kats wrote: > On 7/18/2012 7:11 PM, Briggs Thompson wrote: > > I have realized thi

Re: Solr 4 Alpha SolrJ Indexing Issue

2012-07-18 Thread Yury Kats
On 7/18/2012 7:11 PM, Briggs Thompson wrote: > I have realized this is not specific to SolrJ but to my instance of Solr. > Using curl to delete by query is not working either. Can be this: https://issues.apache.org/jira/browse/SOLR-3432

Re: Solr 4 Alpha SolrJ Indexing Issue

2012-07-18 Thread Brendan Grainger
Hi Briggs, I'm not sure about Solr 4.0, but do you need to commit? > curl http://localhost:8983/solr/coupon/update?commit=true -H "Content-Type: > text/xml" --data-binary '*:*' Brendan www.kuripai.com On Jul 18, 2012, at 7:11 PM, Briggs Thompson wrote: > I have realized this is not specifi

Re: Solr 4 Alpha SolrJ Indexing Issue

2012-07-18 Thread Briggs Thompson
I have realized this is not specific to SolrJ but to my instance of Solr. Using curl to delete by query is not working either. Running curl http://localhost:8983/solr/coupon/update -H "Content-Type: text/xml" --data-binary '*:*' Yields this in the logs: INFO: [coupon] webapp=/solr path=/update pa

Re: SolrJ indexing pdf documents

2012-06-16 Thread Sami Siren
On Sat, Jun 16, 2012 at 5:59 PM, 12rad wrote: > Hi, > > I'm new to SolrJ. Hi and welcome! > Here I are the steps I followed to write an application to index pdf > documents to fresh solr3.6 > > 1 -In Schema.xml: > I added the fields I wanted indexed and changed stored = true. > > 2 - Started Sol

SolrJ indexing pdf documents

2012-06-16 Thread 12rad
t see anything. The numDocs that have been indexed is still 0. What I doing incorrectly? Any help would be greatly appreciated. Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/SolrJ-indexing-pdf-documents-tp3989965.html Sent from the Solr - User mailing list archive at Nabble.com.