Re: "data import handler : import data from sql database :how to search in all fields"

2016-05-26 Thread Erick Erickson
There's nothing saying you have to highlight fields you search on. So you can specify hl.fl to be the "normal" (perhaps stored-only) fields and still search on the uber-field. Best, Erick On Thu, May 26, 2016 at 2:08 PM, kostali hassan wrote: > I did it , I copied all my dynamic field into text

Re: "data import handler : import data from sql database :how to search in all fields"

2016-05-26 Thread kostali hassan
I did it , I copied all my dynamic field into text field and it work great. just one question even if I copied text into content and the inverse for get highliting , thats not work ,they are another way to get highliting? thank you eric 2016-05-26 18:28 GMT+01:00 Erick Erickson : > And, you can c

Re: "data import handler : import data from sql database :how to search in all fields"

2016-05-26 Thread Erick Erickson
And, you can copy all of the fields into an "uber field" using the copyField directive and just search the "uber field". Best, Erick On Thu, May 26, 2016 at 7:35 AM, kostali hassan wrote: > thank you it make sence . > have a good day > > 2016-05-26 15:31 GMT+01:00 Siddhartha Singh Sandhu : > >>

Re: "data import handler : import data from sql database :how to search in all fields"

2016-05-26 Thread kostali hassan
thank you it make sence . have a good day 2016-05-26 15:31 GMT+01:00 Siddhartha Singh Sandhu : > The schema.xml/managed_schema defines the default search field as `text`. > > You can make all fields that you want searchable type `text`. > > On Thu, May 26, 2016 at 10:23 AM, kostali hassan < > med

Re: "data import handler : import data from sql database :how to search in all fields"

2016-05-26 Thread Siddhartha Singh Sandhu
The schema.xml/managed_schema defines the default search field as `text`. You can make all fields that you want searchable type `text`. On Thu, May 26, 2016 at 10:23 AM, kostali hassan wrote: > I import data from sql databases with DIH . I am looking for serch term in > all fields not by field.

"data import handler : import data from sql database :how to search in all fields"

2016-05-26 Thread kostali hassan
I import data from sql databases with DIH . I am looking for serch term in all fields not by field.