Can solr list fields in fl=...  like this way?  fl=!fieldName,score

Floyd


2011/4/14 Otis Gospodnetic <otis_gospodne...@yahoo.com>

> Floyd,
>
> You need to explicitly list all fields in &fl=...
>
> Otis
> ----
> Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch
> Lucene ecosystem search :: http://search-lucene.com/
>
>
>
> ----- Original Message ----
> > From: Floyd Wu <floyd...@gmail.com>
> > To: solr-user@lucene.apache.org
> > Sent: Wed, April 13, 2011 2:34:49 PM
> > Subject: how to get lots fields this way?
> >
> > 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
> >
>

Reply via email to