.472066.n3.nabble.com/SolrJ-Indexing-tp4265506p4266436.html
Sent from the Solr - User mailing list archive at Nabble.com.
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
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.
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
- 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.
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
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.
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
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
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
" 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
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
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
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.
>
.nabble.com/solrj-indexing-using-embedded-solr-is-slow-tp4073636p4073711.html
Sent from the Solr - User mailing list archive at Nabble.com.
(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
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
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
> >
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
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
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
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
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
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
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
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
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.
27 matches
Mail list logo