-2
If you want to make it uglier, that would be easy:
article:L.\u0020111-5-2
-- Jack Krupansky
-Original Message-
From: G.Long
Sent: Friday, May 04, 2012 11:48 AM
To: solr-user@lucene.apache.org
Subject: query keyword-tokenized fields with solrj
Hi :)
In schema.xml I added a custom
Hi :)
In schema.xml I added a custom fieldType called keyword:
and a field called article :
Now I would like to query this field using solrj. I'm using the
following code:
SolrQuery query = new SolrQuery("article:L. 111-5-2");
QueryResponse rsp = server.query(query);
list = rsp.getR