lucene.net - How to query many different shapes of document? -
i have scenario lucene i'm not sure (after reading documentation) best pattern code.
essentially have many (over 40) different "shapes" data. example, news story fields "title", "description" , "body text" , technical kb-type article fields "overview", "problem", "solution", "workaround".
i know can physically index these different non-uniform questions, don't idea (with sheer number of types of items i'll searching) queries end title:search or description:search or body:search or overview:search or ...... idea...
short of created "standard" set of fields data shoehorned in to, options?
you have 1 field contain text every field, have text broken down each individual field. i've seen work in medical informatics.
Comments
Post a Comment