public class SSelect extends Object implements _SolrAction
| Constructor and Description |
|---|
SSelect(Http http,
SolrConfig config,
String core) |
| Modifier and Type | Method and Description |
|---|---|
SSelect |
debug() |
SSelect |
debug(boolean debug) |
SSelect |
df(String df)
default filed
|
Dismax |
dismax() |
Edismax |
edismax() |
<T> T |
emit(SParser<T> parser) |
Facet |
facet() |
SSelect |
fl(Collection<String> fls) |
SSelect |
fl(String... fls) |
SSelect |
fl(String fl)
field list
|
SSelect |
fq(Collection<Fq> fqs) |
SSelect |
fq(Fq... fqs) |
SSelect |
fq(Fq fq) |
SSelect |
fq(String... fqs) |
SSelect |
fq(String fq) |
Hl |
hl() |
SSelect |
indent()
是否縮進
|
SSelect |
indent(boolean indent) |
SSelect |
limit(long offset,
long rows) |
SSelect |
q(String q)
查询字符串
|
SSelect |
raw(String raw)
raw query param
|
SSelect |
rows(long rows) |
SSelect |
sort(Collection<Sort> sorts) |
SSelect |
sort(Sort... sorts) |
SSelect |
sort(Sort sort) |
SSelect |
sort(String... sorts) |
SSelect |
sort(String sort) |
Spatial |
spatial() |
Spellcheck |
spellcheck() |
SSelect |
start(long offset) |
SSelect |
wt(Wt wt) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitemit, enqueue, enqueuepublic SSelect(Http http, SolrConfig config, String core)
public SSelect fq(Collection<Fq> fqs)
public SSelect sort(Collection<Sort> sorts)
public SSelect start(long offset)
public SSelect rows(long rows)
public SSelect limit(long offset, long rows)
public SSelect fl(Collection<String> fls)
public SSelect indent()
public SSelect indent(boolean indent)
public SSelect debug()
public SSelect debug(boolean debug)
public Dismax dismax()
public Edismax edismax()
public Hl hl()
public Facet facet()
public Spatial spatial()
public Spellcheck spellcheck()
public <T> T emit(SParser<T> parser)
emit in interface _SolrActionCopyright © 2019. All rights reserved.