Search Results

All Results 7014
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
ブループリントの検索
Search Blueprints Subscription LES Subscription DXP 7.4 U5+; 7.3 U6+ With Search Blueprints you can Make minor tweaks to Liferay's default search page behavior Override the search page...
Liferay Enterprise Search の無効化
Deactivating Liferay Enterprise Search Subscription Starting with Liferay DXP 7.4 and in all Enterprise Subscription DXP quarterly releases, the Liferay Enterprise Search (LES) features are...
検索結果の折りたたみ
Collapsing Search Results Liferay DXP 2023.Q4+/Portal GA102+ You can collapse search results that have identical keyword field values. For example, an internal blog titled Employee of the Month...
カスタム要素の例
Custom Element Examples Here are example elements that use custom fields and nested fields in their contributed query clauses. Using Custom Fields (Expando) in Elements You can add custom fields...
Learning to Rank
Learning to Rank Subscription LES Subscription Search engines like Elasticsearch have well-tuned relevance algorithms, good for general search purposes. LES Learning to Rank harnesses machine...
検索ブループリントのコレクション
Collections with Search Blueprints When you create a search blueprint, you can enable it as a collection provider to display its results. Assets matching the blueprint's query and configuration are...
要素の作成
Creating Elements There are a lot of system Elements that ship with Search Blueprints. If none of the system Elements meets your needs, there are many ways to create your own Search Blueprints...
Elasticsearchのモニタリング
Monitoring Elasticsearch Subscription LES Subscription If you have a Liferay Enterprise Search (LES) subscription, you can integrate Elastic's Kibana monitoring UI with Liferay DXP, so your...
クラスター横断レプリケーションのトラブルシューティング
Troubleshooting Cross-Cluster Replication Subscription [LES Subscription](./deactivating-liferay-enterprise-search.md) Known common pitfalls encountered during the CCR setup are covered here, as...
要素の作成と管理
Creating and Managing Elements Elements are one of the fundamental building blocks of Search Blueprints and are managed within the Blueprints application. Open the Global Menu's Applications...
要素の管理
Managing Elements To create new Elements, click Add (Add). See Creating Elements for more details. As of Liferay DXP 2023.Q4+/Portal GA102+, the title and description fields are localizable. To...
検索機能ブループリントの作成と管理
Creating and Managing Search Blueprints Create search blueprints to tailor the search experience to your users. You can find the search blueprints application in Global Menu (Global Menu) →...
検索ブループリントの理解
Understanding Search Blueprints Use search blueprints to tailor the search page experience to your users' needs, without deploying custom code. With blueprints you can Create context-aware...
Search Experiencesのパーソナライズ
Personalizing the Search Experience A premier use case for search blueprints is to personalize Liferay's search results. With a personalized search experience, users see results depending on the...
定義済み要素変数リファレンス
Predefined Element Variables Reference In the Element Source editor, place the cursor in the desired location and click the variable in the left hand sidebar to insert it. In the Custom JSON...
検索ブループリントでの検索結果の並べ替え
Sorting Results in a Search Blueprint Add a sort configuration to search blueprints to control the order of search results: Open the Global Menu (Global Menu) and navigate to Applications →...
検索ブループリント要素のリファレンス
Search Blueprints Elements Reference Elements are one of the fundamental building blocks of a Search Blueprint. To explore all the available Elements, navigate to the Global Menu (Global) →...
検索ブループリントを検索ページで使用する
Using a Search Blueprint on a Search Page By default, a search page does not have a search blueprint associated with it. A blueprint must be applied to a search page to affect the Liferay search...
検索レスポンスサイズの最適化
Optimizing Search Response Size In rare cases, an overly large search response can result in ERROR messages from the search engine: ERROR [http-nio-8080-exec-335][ElasticsearchIndexSearcher:165]...
検索ブループリント設定のリファレンス
Search Blueprints Configuration Reference The search blueprints user interface has a query builder for creating blueprints. Beyond adding elements and configuring the query settings, there are...
Liferay 7.3 に検索エクスペリエンスをインストールする
Installing Search Experiences on Liferay 7.3 Subscription LES Subscription DXP 7.4 U5+; 7.3 U6+ The Liferay Enterprise Search Experiences app includes a suite of features granting fine-grained...
インデックス付きフィールドの探索
Exploring Indexed Fields Some search features can be configured if you know how to explore a search document's fields or inspect the search engine's field mappings. The available index fields can...
検索バーの候補
Search Bar Suggestions 7.4 U36+ and GA36+ Liferay's Search Bar Suggestions provides search as you type functionality. As you type search keywords into the Search Bar widget, the query is processed...
検索ページとウィジェット
Search Pages and Widgets Liferay's default search page is at . You can create your own page from scratch or reuse the existing page, adding or removing Search widgets as you like.
検索バーの候補の設定
Configuring Search Bar Suggestions 7.4 U36+ and GA36+ Search Bar Suggestions adds search as you type functionality to Liferay's Search Bar widget. Select a result from the drop-down list or...
修正されたファセット
Modified Facet The Modified Facet narrows search results down to those that match the searched keyword and results that were created or modified during a certain time period. Example of modified...
フォルダーファセット
Folder Facet The Folder Facet narrows search results down to content found in specific Asset Folders. Note that the search match is not for folder names but for content found in the folders. ...
サイトファセット
Site Facet The Site Facet narrows search results down to those existing in a certain site. Each site with content matching the searched keyword appears as a facet term. Example of Site facet...
GraphQLを使用したオブジェクトエントリの管理
Managing Object Entries Using GraphQL You can use GraphQL to manage custom object entries in Liferay efficiently. This API framework simplifies data interaction and serves as an alternative to REST...
SCIMユーザーAPIの基本
SCIM User API Basics Liferay DXP 2024.Q1+/Portal GA112+ Liferay provides a headless API to perform CRUD operations on SCIM users to keep their identity information in sync with your company's...
オブジェクトAPI
Object APIs You can use headless APIs to interface with objects and picklists. Here are resources to help you understand and integrate these APIs to enhance your ability to manage objects.
SCIMグループAPIの基本
SCIM Group API Basics Liferay DXP 2024.Q1+/Portal GA112+ Liferay provides a headless API to perform CRUD operations on SCIM groups to keep their information in sync with your company's...
REST API で集約用語を使用する
Using Aggregation Terms with REST APIs When querying Object entries using REST APIs, you can use an Object's fields as facet criteria for aggregating entry data. To do this, add the...
検索APIの基本
Search API Basics Generally Available in Liferay DXP 2025.Q4+/Portal 2026.Q1+ You can search for content from a Liferay search page, but you can also use the /search API endpoints. If you're...
ネストされたフィールドを使用して関連エントリをクエリする
Using nestedFields to Query Related Entries Liferay 7.4 U69+/GA69+ The nestedFields parameter returns multiple levels of related object entries in a single GET request. Pass the nestedFields...
ピックリストAPIの基本
Picklists API Basics Liferay provides the headless-admin-list-types REST APIs for creating and managing picklist definitions (ListTypeDefinition) and their entries (ListTypeEntry). You can view and...
Base64エンコードされたファイルでオブジェクトAPIを使用する
Using Object APIs With Base64 Encoded Files Liferay DXP 2024.Q2+/Portal GA120+ When creating object entries with attachment fields through APIs, you can generally upload files from your computer...
検索API
Search APIs Generally Available in Liferay DXP 2025.Q4+/Portal 2026.Q1+ You can search with headless APIs using the endpoints at /o/search. These are the primary endpoints: Use the GET /search...
検索候補API
Search Suggestions API DXP 7.4 U36+/Portal GA36+ You can return suggestions using the /suggestions headless API. This API is used by Liferay's Search Bar Suggestions feature. There are two primary...
カスタムオブジェクトAPI
Custom Object APIs Liferay 7.4+ When you publish a custom object definition, Liferay generates default REST APIs for interacting with the object and its data. These APIs vary depending on the...

該当件数: 8,808 件中 8,601 - 8,640