Re: Urgent- General Question about document Indexing frequency in solr

2021-02-04 Thread Scott Stults
gt; Looking for some help on document indexing frequency. I am using apache > solr 7.7 and SolrNet library to commit documents to Solr. Summary for this > function is: > // Summary: > // Commits posted documents, blocking until index changes are flushed > to disk and > //

Urgent- General Question about document Indexing frequency in solr

2021-02-03 Thread Manisha Rahatadkar
Hi All Looking for some help on document indexing frequency. I am using apache solr 7.7 and SolrNet library to commit documents to Solr. Summary for this function is: // Summary: // Commits posted documents, blocking until index changes are flushed to disk and // blocking until a new

Re: document indexing

2013-06-12 Thread sodoo
Thank you for quick reply. I have solve the problem. -- View this message in context: http://lucene.472066.n3.nabble.com/document-indexing-tp3241832p4070116.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: document indexing

2013-06-12 Thread Erick Erickson
ist me. > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/document-indexing-tp3241832p4069871.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: document indexing

2013-06-12 Thread sodoo
e in context: http://lucene.472066.n3.nabble.com/document-indexing-tp3241832p4069871.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Bulk word document indexing

2013-03-05 Thread Dmitry Kan
r source for that? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Bulk-word-document-indexing-tp4044794p4044799.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Bulk word document indexing

2013-03-05 Thread Dmitry Kan
e task (data-config and schema examples)? > > Many thanks in advance, > Tom > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Bulk-word-document-indexing-tp4044794.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Bulk word document indexing

2013-03-05 Thread anarchos78
, Tom -- View this message in context: http://lucene.472066.n3.nabble.com/Bulk-word-document-indexing-tp4044794.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Rich document indexing

2011-12-05 Thread Chris Hostetter
: I am using solr 3.4 and configured my DataImportHandler to get some data from : MySql as well as index some rich document from the disk. ... : But after some time i get the following error in my error log. It looks like : a class missing error, Can anyone tell me which poi jar version w

Rich document indexing

2011-11-16 Thread kumar8anuj
ort.DocBuilder.buildDocument(DocBuilder.java:596) ... 7 more -- View this message in context: http://lucene.472066.n3.nabble.com/Rich-document-indexing-tp3512276p3512276.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: document indexing

2011-08-10 Thread lee carroll
ple >>> application using SolrNet. >>> >>> I am struggling about schema definition i need to use to correspond my >>> needs. In database, i have Books(bookId, name) and Pages(pageId, bookId, >>> text) tables. They have master-detail relationship. I want

Re: document indexing

2011-08-10 Thread directorscott
schema definition i need to use to correspond my >> needs. In database, i have Books(bookId, name) and Pages(pageId, bookId, >> text) tables. They have master-detail relationship. I want to be able to >> search in Text area of Pages but list the books. Should i use a schema >>

Re: document indexing

2011-08-10 Thread lee carroll
t; View this message in context: > http://lucene.472066.n3.nabble.com/document-indexing-tp3241832p3241832.html > Sent from the Solr - User mailing list archive at Nabble.com. >

document indexing

2011-08-10 Thread directorscott
. I want to be able to search in Text area of Pages but list the books. Should i use a schema for Pages (with pageid as unique key) or for Books (with bookId as unique key) in this scenario? Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/document-indexing