Re: Edit Example Post.jar to read ALL file types

2014-07-22 Thread jrusnak
So by using the SimplePostTool I can define the application type and handling of specific documents (Such as word, powerpoint, xml, png, etcetera). I have defined these and they are handled based on their type. In my file system however, I have a large number of files that can be read as plain

Re: Edit Example Post.jar to read ALL file types

2014-07-22 Thread jrusnak
I am copy-pasting the file extensions /from /the text document /into /the source code, not /from /the source code. My typing mistake. -- View this message in context: http://lucene.472066.n3.nabble.com/Edit-Example-Post-jar-to-read-ALL-file-types-tp4148312p4148567.html Sent from the Solr -

Edit Example Post.jar to read ALL file types

2014-07-21 Thread jrusnak
I am working with Solr 4.8.1 to set up an enterprise search system. The file system I am working with has numerous files with unique extension types (ex .20039 .20040 .20041 etc.) I am using the post.jar file included in the binary download (src: SimplePostTool.java

Re: Edit Example Post.jar to read ALL file types

2014-07-21 Thread Erick Erickson
So how do you expect these to be indexed? I mean what happens if you run across a Word document? How about an mp3? Just blasting all files up seems chancy. And doesn't just 'java -jar post.jar * ' do what you ask? This seems like an XY problem, _why_ do you want to do this? Because unless the