Home
last modified time | relevance | path

Searched refs:getDocumentLabels (Results 1 – 11 of 11) sorted by relevance

/dports/deskutils/pinot/pinot-1.20/IndexSearch/
H A Dpinot-label.cpp92 …bool getLabels = false, getDocumentLabels = false, reloadIndex = false, setDocumentLabels = false,… in main() local
103 getDocumentLabels = true; in main()
197 if ((getDocumentLabels == true) || in main()
212 if (getDocumentLabels == true) in main()
216 if (index.getDocumentLabels(docId, labels) == true) in main()
H A DIndexInterface.h76 virtual bool getDocumentLabels(unsigned int docId, std::set<std::string> &labels) const = 0;
H A DDBusIndex.h97 virtual bool getDocumentLabels(unsigned int docId, std::set<std::string> &labels) const;
H A DDBusIndex.cpp411 bool DBusIndex::getDocumentLabels(unsigned int docId, set<string> &labels) const in getDocumentLabels() function in DBusIndex
/dports/deskutils/pinot/pinot-1.20/IndexSearch/Xapian/
H A DXapianIndex.h79 virtual bool getDocumentLabels(unsigned int docId, std::set<std::string> &labels) const;
H A DXapianIndex.cpp1508 bool XapianIndex::getDocumentLabels(unsigned int docId, set<string> &labels) const in getDocumentLabels() function in XapianIndex
/dports/deskutils/pinot/pinot-1.20/UI/GTK3/src/
H A DPropertiesDialog.cpp128 pIndex->getDocumentLabels(m_docId, docLabels); in setDocuments()
/dports/deskutils/pinot/pinot-1.20/Core/
H A Dpinot-index.cpp519 if (pIndex->getDocumentLabels(docId, labels) == true) in main()
H A DDaemonState.cpp188 pIndex->getDocumentLabels(docId, labels); in updateLabels()
604 if (pIndex->getDocumentLabels(docId, labels) == true) in GetDocumentLabels()
H A DWorkerThreads.cpp1042 m_pIndex->getDocumentLabels(m_docId, labels); in doWork()
/dports/deskutils/pinot/pinot-1.20/
H A DChangeLog-svn6691 Both getLabels() and getDocumentLabels() now always query the daemon and not
9213 Overloaded getDocumentLabels(). Fixed typo in interface header file.