solr-cell
Solr open document after searching a keyword
I am trying to index some PDF documents and then create a Search UI . This que开发者_Go百科stion is somewhat related to[详细]
2023-03-22 23:45 分类:问答Indexing PDF with Solr
Can anyone point me to a tutorial. My main experience with Solr is indexing CSV files. But I cannot find any simple instructions/tutorial to tell me what I need to do to index pdfs.[详细]
2023-03-20 19:16 分类:问答Solr : data import handler and solr cell
Is it possible to index rich document (pdf, office)... with data import handler using solr cell. 开发者_StackOverflowI use solr 3.2.[详细]
2023-03-20 09:42 分类:问答Solr Cell / ExtractingRequestHandler cannot parse some *.doc files
I need to index content of doc/docx/pdf files uploaded by users and use Solr (1.4.1) ExtractingRequestHandler component (817165) for that. If that matters, I don\'t request indexing from it - the comp[详细]
2023-03-13 14:16 分类:问答tika solr integration
I am trying to index using curl based request the request is curl \"http://localhost:8080/solr1/update/extract?literal.id=who.pdf&uprefix=attr_&fmap.content=attr_content&commit=true\" -F[详细]
2023-03-09 05:18 分类:问答How to configure Tika 0.9 with Solr 3.1
can you give me the Steps to configure Tika 0.9 with Solr 3.1 &l开发者_如何学Ct;requestHandler name=\"/update/extract\"[详细]
2023-02-27 00:08 分类:问答Indexing PDF with page numbers with Solr
I\'m indexing PDFs with Solr using the ExtractingRequestHandler. I would like to display the page number along with hits in a document, e.g. \"term foo was found in bar.pdf on pages 2, 3 and 5.\"[详细]
2023-01-23 16:33 分类:问答Using Solr CELL's ExtractingRequestHandler to index/extract files from package formats
Can you use ExtractingRequestHandler and Tika with any of the compressed file formats (zip, tar, gz, etc) to extract the content out for indexing?[详细]
2023-01-21 17:11 分类:问答Solr's TikaEntityProcessor not working
I\'m trying to get Solr to index a database in which one column is a filename of a PDF document I\'d like to index. My configuration looks like this:[详细]
2023-01-02 10:39 分类:问答Solr; What does this mean?
At the end of the README.txt file which is located in the example directory under solr, I find this li开发者_JAVA百科ne:[详细]
2023-01-01 18:05 分类:问答