Skip to content

Commit

Permalink
IBX-6601: Fixed \Ibexa\Core\FieldType\Unindexed class description
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Oct 11, 2023
1 parent dcca468 commit 4eba9bc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/lib/FieldType/Unindexed.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
use Ibexa\Contracts\Core\Persistence\Content\Type\FieldDefinition;

/**
* Indexable definition for string field type.
* Empty implementation of \Ibexa\Contracts\Core\FieldType\Indexable.
*
* Used when field type doesn't contribute to search index.
*/
class Unindexed implements Indexable
{
Expand All @@ -31,8 +33,6 @@ public function getIndexDefinition()
* As field types can index multiple fields (see MapLocation field type's
* implementation of this interface), this method is used to define default
* field for matching. Default field is typically used by Field criterion.
*
* @return string
*/
public function getDefaultMatchField()
{
Expand All @@ -45,8 +45,6 @@ public function getDefaultMatchField()
* As field types can index multiple fields (see MapLocation field type's
* implementation of this interface), this method is used to define default
* field for sorting. Default field is typically used by Field sort clause.
*
* @return string
*/
public function getDefaultSortField()
{
Expand Down

0 comments on commit 4eba9bc

Please sign in to comment.