> Yes, i guess i can't create an URI > object that long. > > Can someone remember other options?
You can shorten your String by not repeating OR and fieldName. e.g. "fieldName: value1 OR fieldName: value2 OR fieldName: value3..." q=value1 value2 value3&q.op=OR&df=fieldName By the way how are you generating these value1 value2 etc? If the above does not solve your problem you can embed this logic into a custom SearchHandler.