Re: How to exclude a mimetype in tika?

2014-09-20 Thread Jorge Luis Betancourt Gonzalez
Which crawler are you using? On Sep 18, 2014, at 10:14 AM, keeblerh keebl...@yahoo.com wrote: eShard wrote Good afternoon, I'm using solr 4.0 Final I need movies hidden in zip files that need to be excluded from the index. I can't filter movies on the crawler because then I would have to

Will commit/softcommit invalid filtercache?

2014-09-20 Thread forest_soup
Hi, all. We have some questions of commit/softcommit and cache. We understand that a softcommit will create a new searcher. Will the filtercache be invalid after a softcommit is done? And also for commit, if we do commit with openSearcher, will the filtercache be invalid? Thanks! -- View

Re: Error Instantiating UpdateRequestProcessorFactory

2014-09-20 Thread Allistair C
I’ve found the issue. - First, my IDE was putting all the Solr JAR dependencies into my custom JAR. I noticed the JAR was 14MB when it should have been a few Kb. I changed this to get a JAR with only my classes in. - I then ran into CNFEs of the Solr UpdateRequestProcessorFactory and

Help on custom sort

2014-09-20 Thread Scott Smith
I need to provide a custom sort option for sorting by price and I would like some suggestions. It's not the straightforward just sort by a price field in the document scenario or I wouldn't be asking for help. Here's the scenario I'm dealing with. I have 100 million+ documents (so

Re: Will commit/softcommit invalid filtercache?

2014-09-20 Thread Erick Erickson
This should help, about 1/3 of the way down are the answers to your specific questions... https://lucidworks.com/blog/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/ Best, Erick On Sat, Sep 20, 2014 at 2:38 AM, forest_soup tanglin0...@gmail.com wrote: Hi, all. We have some

Re: Help on custom sort

2014-09-20 Thread Erick Erickson
How many different groups are there? And can user A ever be part of more than one group? If 1 there are a reasonably small number of groups ( 100 or so as a place to start) and 2 a user is always part of a single group then you could store separate prices in each document by group, thus you'd

[ANNOUNCE] Apache Gora 0.5 Release

2014-09-20 Thread lewis john mcgibbney
Hi Folks, Apologies for cross posting. The Apache Gora team are pleased to announce the immediate availability of Apache Gora 0.5. The Apache Gora open source framework provides an in-memory data model and persistence for big data. Gora supports persisting to column stores, key value stores,

Re: Solr(j) API for manipulating the schema(.xml)?

2014-09-20 Thread Jorge Luis Betancourt Gonzalez
Basically you could create a bunch of dynamic fields (according to your needs) so basically creating a dynamic field for each type of data (and several combinations) and then you can create a small wrapper around Solrj that will wrap the patterns defined on your schema.xml in a more