> Okey just to make sure, correct connector should be this: > > <Connector port="8080" protocol="HTTP/1.1" > connectionTimeout="20000" > redirectPort="8443" > URIEncoding="UTF-8" /> > >Can you confirm this? Did you restart tomcat?
This is my connector: <Connector port="83" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" URIEncoding="UTF-8" /> Yes, I'd restart tomcat. >Also can you paste the output of &debugQuery=on ? I don't know where I have to paste it. In the admin/analisys page? I've done it but no result. But I've been looking the logs, and I've noticed that a letter accented in the middle of the word works fine because it treats it as a wildcard, but this is wrong in the beginning. Never finds the exact word if this is accented. This is part of the log. There are two searchings, one for "marín" and the other for "ágora" INFO: [ca_entities] webapp=/Solr33 path=/select params={start=0&q=mar?&wt=phps&rows=2000} hits=0 status=0 QTime=78 Jul 8, 2011 12:48:24 PM org.apache.solr.core.SolrCore execute INFO: [ca_places] webapp=/Solr33 path=/select params={start=0&q=mar?&wt=phps&rows=2000} hits=0 status=0 QTime=0 Jul 8, 2011 12:48:24 PM org.apache.solr.core.SolrCore execute INFO: [ca_collections] webapp=/Solr33 path=/select params={start=0&q=mar?&wt=phps&rows=2000} hits=0 status=0 QTime=0 Jul 8, 2011 12:48:26 PM org.apache.solr.core.SolrCore execute INFO: [ca_entities] webapp=/Solr33 path=/select params={start=0&q=?go&wt=phps&rows=2000} hits=0 status=0 QTime=0 Jul 8, 2011 12:48:26 PM org.apache.solr.core.SolrCore execute INFO: [ca_places] webapp=/Solr33 path=/select params={start=0&q=?go&wt=phps&rows=2000} hits=0 status=0 QTime=0 Jul 8, 2011 12:48:26 PM org.apache.solr.core.SolrCore execute INFO: [ca_collections] webapp=/Solr33 path=/select params={start=0&q=?go&wt=phps&rows=2000} hits=0 status=0 QTime=0 Jul 8, 2011 12:48:27 PM org.apache.solr.core.SolrCore execute INFO: [ca_entities] webapp=/Solr33 path=/select params={start=0&q=?gor&wt=phps&rows=2000} hits=0 status=0 QTime=0 Jul 8, 2011 12:48:27 PM org.apache.solr.core.SolrCore execute INFO: [ca_places] webapp=/Solr33 path=/select params={start=0&q=?gor&wt=phps&rows=2000} hits=0 status=0 QTime=0 Jul 8, 2011 12:48:27 PM org.apache.solr.core.SolrCore execute INFO: [ca_collections] webapp=/Solr33 path=/select params={start=0&q=?gor&wt=phps&rows=2000} hits=0 status=0 QTime=0 Jul 8, 2011 12:48:28 PM org.apache.solr.core.SolrCore execute INFO: [ca_entities] webapp=/Solr33 path=/select params={start=0&q=?gora&wt=phps&rows=2000} hits=0 status=0 QTime=0 Jul 8, 2011 12:48:28 PM org.apache.solr.core.SolrCore execute INFO: [ca_places] webapp=/Solr33 path=/select params={start=0&q=?gora&wt=phps&rows=2000} hits=0 status=0 QTime=0 Jul 8, 2011 12:48:28 PM org.apache.solr.core.SolrCore execute INFO: [ca_collections] webapp=/Solr33 path=/select params={start=0&q=?gora&wt=phps&rows=2000} hits=0 status=0 QTime=0 Jul 8, 2011 12:48:29 PM org.apache.solr.common.SolrException log SEVERE: org.apache.solr.common.SolrException: org.apache.lucene.queryParser.ParseException: Cannot parse '(?gora)': '*' or '?' not allowed as first character in WildcardQuery >> In the analisys.jsp I've searched for "más", in order to >> find what happens with that word, and it's also recognized >> as two characters, just like "ágora". But it works for >> "más". >Sometimes browser caches things, and misled you. Can you delete your >browser >caches? My browser cache is deleted, too. And my brain, almost :)