geonode.documents.search_indexes ================================ .. py:module:: geonode.documents.search_indexes Classes ------- .. autoapisummary:: geonode.documents.search_indexes.DocumentIndex Module Contents --------------- .. py:class:: DocumentIndex Bases: :py:obj:`haystack.indexes.SearchIndex`, :py:obj:`haystack.indexes.Indexable` .. py:attribute:: id .. py:attribute:: abstract .. py:attribute:: category__gn_description .. py:attribute:: csw_type .. py:attribute:: csw_wkt_geometry .. py:attribute:: detail_url .. py:attribute:: owner__username .. py:attribute:: srid .. py:attribute:: supplemental_information .. py:attribute:: thumbnail_url .. py:attribute:: uuid .. py:attribute:: title .. py:attribute:: date .. py:attribute:: text .. py:attribute:: type .. py:attribute:: title_sortable .. py:attribute:: category .. py:attribute:: bbox_left .. py:attribute:: bbox_right .. py:attribute:: bbox_bottom .. py:attribute:: bbox_top .. py:attribute:: temporal_extent_start .. py:attribute:: temporal_extent_end .. py:attribute:: keywords .. py:attribute:: regions .. py:attribute:: popular_count .. py:attribute:: share_count .. py:attribute:: rating .. py:attribute:: num_ratings .. py:method:: get_model() .. py:method:: prepare_type(obj) .. py:method:: prepare_rating(obj) .. py:method:: prepare_num_ratings(obj) .. py:method:: prepare_title_sortable(obj)