Vertaling van "query parser" in Pools
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Extended version of the mentioned dismax query parser, which allows us to use field names in the main query.
Rozszerzona wersja parsera dismax, umożliwiająca między innymi podawanie nazw pól w głównym zapytaniu.
If we use standard query parser, we can change its type for a particular query with this structure
Jeżeli korzystamy np. ze standardowego parsera, możemy zmienić jego typ dla konkretnego zapytania za pomocą takiej konstrukcji
This information, unfortunately, do not belong to the most readable, especially when the search is done on many fields, often using dedicated query parser (the screenshot contains explain fragment describing a hit in only one document (!
Informacje te nie należą niestety do najbardziej czytelnych, szczególnie w sytuacji, gdy wyszukiwanie odbywa się po wielu polach korzystając często z dedykowanych parserów zapytań (na obrazku fragment opisujący trafienie tylko w jeden dokument (!
However taking into consideration that is can help implementing some very basic logic and because it is simple (and thus not hungry for resources) there will be users which will find this nice query parser useful 🙂
Biorąc pod uwagę to, że pozwala ukryć przed aplikacją bardzo prostą logikę oraz to, że jest dość prosty, a co za tym nie wymagający jeżeli chodzi o zasoby, na pewno znajdą się użytkownicy, którym ten parser ułatwi pracę 🙂
By using the defType parameter during query time, we can specify which query parser should be used as the default one during query execution.
Korzystając z parameteru defType w trakcie zapytania jesteśmy w stanie określić, który query parser zostanie wykorzystany w trakcie przetwarzania naszego zapytania.
It allows us to make prefix queries. For example a query like q={! prefix}har is more of less equal to q=har* in Lucene query parser syntax.
Sam parser służy do wykonywania zapytań z wykorzystaniem przedrostków, na przykład zapytanie, takie jak q={! prefix}har jest prawie tym samym co zapytanie q=har* wykorzystujący domyślny Lucene query parser.
The query passed to the parameter must be constructed so that standard Lucene query parser can understand it.
Zapytanie musi być zapisane tak, aby standardowy parser Lucene był w stanie je zrozumieć.
Query parser useful for making filters with human readable terms, like the ones for faceting or terms component, for example {! term f=category}book.
Parser przydatny do zadawania zapytań, które powinny zostać potraktowane jako filtry, np. w przypadku zawężania facetingu - {! term f=category}book.
Query parser that allows us to make pseudo joins between documents, both coming from the same core and ones that are between different cores, for example: q={! join from=parent to=id}color:Yellow.
Możliwe są połączenia zarówno w ramach pojedynczego rdzenia, jak i różnych rdzeni. Przykładowe zapytanie może wyglądać następująco: q={! join from=parent to=id}color:Yellow.
Full description of how to formulate queries: Jakarta Lucene Query Parser Syntax.
Pełny opis sposobu formułowania zapytań (strona w języku angielskim): Jakarta Lucene Query Parser Syntax.
Standard Solr Query Parser - default parser for Solr based on Lucene query parser
Standard Solr Query Parser, czyli domyślny parser dla Solr oparty na domyślnym parserze zapytań w Lucene
Tie lets us control, how we want the low scoring fields to be treated, when score of the documents is calculated and thus where they are on the results list we get from Solr when using Dismax query parser.
Tie pozwala nam na kontrolę tego, czy chcemy, aby mało znaczące pola, po których wyszukujemy, wpływały na wartość score dokumentów, a tym samym na ich pozycję na liście wyników wyszukiwania kiedy korzystamy z Dismax'a.
DisMax Query Parser In addition to constructing queries in such a manner as described above, we can use the parameter pf and modify its behavior by using the ps parameter.
<? Oprócz możliwości skonstruowania zapytania w taki sposób, jak opisany powyżej mamy możliwość wykorzystania parametru pf oraz modyfikacji jego zachowania za pomocą parametru ps. Parametr pf przekazuje informacje o tym, w jakich polach mają być identyfikowane frazy.