pport DITA XML file types.
I will investigate further and report back.
Frank
--
View this message in context:
http://lucene.472066.n3.nabble.com/file-index-format-tp4199892p4211738.html
Sent from the Solr - User mailing list archive at Nabble.com.
Looks like this has been solved recently in the current dev branch:
"SimplePostTool (and thus bin/post) cannot index files with unknown
extensions"
https://issues.apache.org/jira/browse/SOLR-7546
--
View this message in context:
http://lucene.472066.n3.nabble.com/file-in
/solr-post-files-with-no-extention/30769088
suggests a simple bash script with a for loop that submits each file
individually and works regardless of the file extension as a workaround.
Kind regards,
Frank
--
View this message in context:
http://lucene.472066.n3.nabble.com/file-index-f
Solr uses Tika to try to process semi-structured documents. You can
see all the supported document types here:
https://tika.apache.org/1.4/formats.html
I assume you're using the Extracting Request Handler to do this?
Best,
Erick
On Wed, Apr 15, 2015 at 7:31 AM, Shlomit Afgin
wrote:
> Hi,
>
> I
Hi,
I just install solr and try it.
The index ignore text files with extension like php and py. Is there any way
to add types so solr will index them ?
Thanks.