<field name="normal_text" type="text_general" multiValued="true" indexed= "true" stored="true"/> <field name="title" type="text_general" indexed="true" stored="true"/>
On Sun, May 22, 2016 at 5:18 PM, Ahmet Arslan <iori...@yahoo.com.invalid> wrote: > Hi, > > Weird, are your fields stored? > > > > On Sunday, May 22, 2016 5:14 PM, michael solomon <micheal...@gmail.com> > wrote: > Thanks Ahmet, > It was mistake in the question, sorry, in the quey I wrote it properly. > > > On Sun, May 22, 2016 at 5:06 PM, Ahmet Arslan <iori...@yahoo.com.invalid> > wrote: > > > Hi, > > > > q=normal_text:"bla bla"&title:"bla bla" > > > > should be > > q=+normal_text:"bla bla" +title:"bla bla" > > > > > > > > On Sunday, May 22, 2016 4:52 PM, michael solomon <micheal...@gmail.com> > > wrote: > > Hi, > > I'm I query multiple fields in solr: > > q=normal_text:"bla bla"&title:"bla bla" .... > > > > I turn on the highlighting, but it doesn't work even when I fill hl.fl. > > it work when I fill df(default field) parameter, but then it's highlights > > only one field. > > What the problem? > > Thanks, > > michael > > >