dataimporthandler
Can't fetch any rows using SOLR DataImportHandler from DB
Have a simple test database setup for my first attempt at indexing DB data using the SOLR DIH.Unfortunately, I get the following result from full import each time:[详细]
2023-02-15 08:57 分类:问答SOLR DataImportHandler does not evaluate expressions
I\'m trying to use SOLR DataImportHandler to feed data. Configuration was simple and straightforward and everything worked fine, when I was importing only one field from root entity.[详细]
2023-02-02 19:07 分类:问答Solr DatImportHandler, multiple resuls of the same type?
Hey guys, some help here would as always be greatly appreciated. I\'m indexing data from a db using Solr. Each row in 开发者_如何转开发the first table, event_titles, can have more than one start date[详细]
2023-01-01 14:34 分类:问答Solr dataimport skips entities in my data-config.xml
My data-config.xml defines 3 different entities under the document tag (lets call them foo, bar and baz).When I issue a basic full import localhost:8983/solr/dataimport?command=full-import, only 2 of[详细]
2022-12-29 04:33 分类:问答Missing url field using Solr DataImportHandler
I\'m new to Solr and having difficulties with the DataImportHandler. I get this message when the server starts:[详细]
2022-12-18 10:44 分类:问答PySolr rss dataimport
I am using PySolr to run my search.I want to index an rss feed and was wondering if this is possible using PySolr and if so how do you do it.[详细]
2022-12-18 07:27 分类:问答Solr DIH -- How to handle deleted documents?
I\'m playing around with a Solr-powered search for my webapp, and I figured it\'d be best to use the DataImportHa开发者_C百科ndler to handle syncing with the app via the database.I like the elegance o[详细]
2022-12-08 13:05 分类:问答