includes/Search/CirrusSearchIndexFieldFactory.php
Avoid too many return
statements within this method. Open
Open
return new NumberIndexField( $name, $type, $this->searchConfig );
Avoid too many return
statements within this method. Open
Open
return new DatetimeIndexField( $name, $type, $this->searchConfig );
Avoid too many return
statements within this method. Open
Open
return new BooleanIndexField( $name, $type, $this->searchConfig );
Avoid too many return
statements within this method. Open
Open
return new ShortTextIndexField( $name, $type, $this->searchConfig );
Avoid too many return
statements within this method. Open
Open
return new NullIndexField();
Avoid too many return
statements within this method. Open
Open
return new NestedIndexField( $name, $type, $this->searchConfig );
Avoid too many return
statements within this method. Open
Open
return new IntegerIndexField( $name, $type, $this->searchConfig );