You are here

function Drupal_Solr_Query_Interface::get_query_basic in Apache Solr Search 5.2

Same name and namespace in other branches
  1. 6 apachesolr.module \Drupal_Solr_Query_Interface::get_query_basic()
  2. 6.2 apachesolr.module \Drupal_Solr_Query_Interface::get_query_basic()

return the basic string query

1 method overrides Drupal_Solr_Query_Interface::get_query_basic()
Solr_Base_Query::get_query_basic in ./Solr_Base_Query.php
A function to get just the keyword components of the query, omitting any field:value portions.

File

./apachesolr.module, line 1818
Integration with the Apache Solr search application.

Class

Drupal_Solr_Query_Interface
The interface for all 'query' objects.

Code

function get_query_basic();