Hi all,

I understand from browsing through the mailing list that I won't be able to 
perform wildcard searches using disMax request handler.  But why doesn't any 
of the following wildcard searches work when using the standard request 
handler:

Firstly the following query accurately returns 27 documents:
PublishedStart:Whenever

Attempted Wildcard searches:---------------------------------------------->
Whene*
URL:
http://localhost:8080/solr/select/?q=Whene*&version=2.2&start=0&rows=10&indent=on

PublishedStart:When*
URL:
http://localhost:8080/solr/select/?q=PublishedStart%3AWhen*&version=2.2&start=0&rows=10&indent=on

PublishedStart:"When*
URL:
"http://localhost:8080/solr/select/?q=PublishedStart%3A%22When*%22&version=2.2&start=0&rows=10&indent=on
------------------------------------------------------------------------------------------

PublishedStart is declared as :
<field name="PublishedStart" type="text" indexed="true" stored="true" />

"text" is as defined in the default supplied schema.xml.
I am using tomcat 5.5.23 with solr 1.2


Many thanks

Karen

Reply via email to