Hi Juan, When I'm storing the content, the field has a LowerCaseFilterFactory filter, so that when I'm searching it's not case sensitive. Is there a way to re-filter the data when it's presented as a result to restore the case or convert to Title Case?
Thanks, Dave On Thu, Jan 5, 2012 at 12:41 PM, Juan Grande <juan.gra...@gmail.com> wrote: > Hi Dave, > > The stored content (which is returned in the results) isn't modified by the > analyzers, so this shouldn't be a problem. Could you describe in more > detail what you are doing and the results that you're getting? > > Thanks, > > *Juan* > > > > On Thu, Jan 5, 2012 at 2:17 PM, Dave <dla...@gmail.com> wrote: > > > I'm running all of my indexed data and queries through a > > LowerCaseFilterFactory because I don't want to worry about case when > > matching. All of my results are titles - is there an easy way to restore > > case or convert all results to Title Case when returning them? My results > > are returned as JSON if that makes any difference. > > > > Thanks, > > Dave > > >