Hi, As I know when using fl=*, score means we need to get all field and score as returned search result. And if field is stored, all text will be returned as part of result.
Now I have 2x fields, some of fields name have no prefix or fixed naming rule and cannot be predicted what name will be. I want to get all of them except one of them. How to list these field name in fl=???? for example, I have two documents, doc A fields are (a,b, df, gh, t,p) doc B fields are (a,b, xc, zw, t,p) What I want is all of them except p. Please help on this. Many thanks Floyd