SwishResults::getRemovedStopwords

(PECL swish >= 0.1.0)

SwishResults::getRemovedStopwordsGet an array of stopwords removed from the query

Opis

SwishResults::getRemovedStopwords ( string $index_name ) : array
Ostrzeżenie

Ta funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko.

Parametry

index_name

The name of the index used to initialize Swish object.

Zwracane wartości

Returns array of stopwords removed from the query.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top