Re: Binary content index with multiple cores

2012-07-26 Thread davidbougearel
Ok i find a way to use it, it was a problem with librairies. In fact i dont want to index PDF or Word directly i just want to get the content to add into my document content so i guess i will have to use tika to get the XML and to get the node that i want. -- View this message in context:

Re: Binary content index with multiple cores

2012-07-26 Thread davidbougearel
To help finding the solution, with my JUnit test here is the stack trace : org.apache.solr.client.solrj.SolrServerException: Server at http://localhost:8983/solr/document returned non ok status:500, message:Internal Server Error at

Re: Binary content index with multiple cores

2012-07-26 Thread davidbougearel
Thanks for replying, here is my dependency related to solr-cell : org.apache.solr:solr-cell:jar:3.6.0:compile [INFO] | +- com.ibm.icu:icu4j:jar:4.8.1.1:compile [INFO] | +- *org.apache.tika:tika-parsers:jar:1.0:compile* [INFO] | | +- org.apache.tika:tika-core:jar:1.0:compile [INFO] | | +-

Re: Binary content index with multiple cores

2012-07-25 Thread davidbougearel
Here is my solrconfig.xml for one of the core : lib dir=../../dist/ regex=apache-solr-cell-\d.*\.jar / lib dir=../../contrib/extraction/lib regex=.*\.jar / ... I've added the maven dependencies like this for the solr war : dependencies combine.self=override

Re: Solr facet multiple constraint

2012-07-20 Thread davidbougearel
Ok it's nice a facet query, i will try this feature and will reply you but i think that's the point, thanks a lot for time spent :) -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-facet-multiple-constraint-tp3992974p3996186.html Sent from the Solr - User mailing list

Re: Solr facet multiple constraint

2012-07-20 Thread davidbougearel
I have tried and it works ! Thanks again a lot for this dude ! Regards, David. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-facet-multiple-constraint-tp3992974p3996189.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr facet multiple constraint

2012-07-16 Thread davidbougearel
Ok i'm added the debug, there is the query from the response after executing query : facet=true,sort=publishingdate desc,debugQuery=true,facet.mincount=1,q=service:1 AND

Re: Solr facet multiple constraint

2012-07-12 Thread davidbougearel
Ok well i know about the complexity that i can put into fq with AND and OR conditions but at the moment when i put fq=user:10,facet.field=user, the query returns me all the facets not taking into account the fq=user:10 that's the problem. -- View this message in context:

Re: Solr facet multiple constraint

2012-07-11 Thread davidbougearel
Ok this is the id but in fact (sorry about this) my wish is the reverse, i want to get just the facet for which a have the right so i want to put fq=user:10 in order to get only facet with user:10. In my fq i can have something like user:10 AND user:3 because it's auto generated by rights of my

Re: Solr facet multiple constraint

2012-07-10 Thread davidbougearel
Ok sorry to not be clear and thanks again for your answers. q=service%3A1+AND+publicationstatus%3ALIVEsort=publishingdate+descfq=%7B%21ex%3Ddt%7D%28%28%28user%3A10%29%29%29facet.field=%7B%21tag%3Ddt%7Duserfacet=truefacet.mincount=1 Here with this query i want to get all the documents (the

Re: Solr facet multiple constraint

2012-07-09 Thread davidbougearel
Thanks for answer, Actually when i put 'it's not working' it means that it's not the result expected : the result return me data tagged by all the facets not only the facet that i ask for with the constraint. Hope you will help me. Best regards, David. -- View this message in context:

Re: Solr facet multiple constraint

2012-07-05 Thread davidbougearel
Well thanks for your answer, in fact i've written what the QueryResponse return as the solr query here is my real solr query before use the executeQuery :

Solr facet multiple constraint

2012-07-04 Thread davidbougearel
Hi, I'm trying to make a facet search on a multiple value field and add a filter query on it and it doesn't work. Could you please help me find my mistake ? Here is my solr query : facet=true,sort=publishingdate desc,facet.mincount=1,q=service:1 AND

Re: Solr facet multiple constraint

2012-07-04 Thread davidbougearel
Please someone can help me, we are a team waiting for a fix. We try several ways to implement it without success. Thanks for reading anyway, David. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-facet-multiple-constraint-tp3992974p3993119.html Sent from the Solr -