Ok, I use default e.g. standard request handler. Using "*:Aspergillus" does not work either.
I can try with DisMax but this means that I know all field names. My schema knows a number of them, but some other fields are defined via dynamic fields (I know the type, but I do not know their names). Is there any way to query all fields including dynamic ones? thanks Olivier 2010/5/31 Michael Kuhlmann <michael.kuhlm...@zalando.de> > Am 31.05.2010 11:50, schrieb olivier sallou: > > Hi, > > I have created in index with several fields. > > If I query my index in the admin section of solr (or via http request), I > > get results for my search if I specify the requested field: > > Query: note:Aspergillus (look for "Aspergillus" in field "note") > > However, if I query the same word against all fields ("Aspergillus" or > > "all:Aspergillus") , I have no match in response from Solr. > > Querying "Aspergillus" without a field does only work if you're using > DisMaxHandler. > > Do you have a field "all"? > > Try "*:Aspergillus" instead. >