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] | | +- ed
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
org.apache.solr.client.solrj.impl.HttpSolrServer.request(H
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:
http
Here is my solrconfig.xml for one of the core :
...
I've added the maven dependencies like this for the solr war :
org.apache.solr
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.
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 ar
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
publicationstatus:LIVE,facet.field=pillar,wt=javabin,fq=(((pillar:10))),version=2}},response={numFound=2,start=0,docs=[SolrDocum
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:
http://lucene.472066.n3.n
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 ap
Ok sorry to not be clear and thanks again for your answers.
q=service%3A1+AND+publicationstatus%3ALIVE&sort=publishingdate+desc&fq=%7B%21ex%3Ddt%7D%28%28%28user%3A10%29%29%29&facet.field=%7B%21tag%3Ddt%7Duser&facet=true&facet.mincount=1
Here with this query i want to get all the documents (the el
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:
http://
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 :
q=service%3A1+AND+publicationstatus%3ALIVE&sort=publishingdate+desc&fq=%7B%21ex%3Ddt%7D%28%28%28user%3A10%29%29%29&facet.field=%7B%21tag%3Ddt%7
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 - Use
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
publicationstatus:LIVE,facet.field={!ex=dt}use
14 matches
Mail list logo