blueshoes php application framework and cms            applications_websearchengine
[ class tree: applications_websearchengine ] [ index: applications_websearchengine ] [ all elements ]

Element index for package applications_websearchengine

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ p ] [ q ] [ r ] [ s ] [ u ] [ v ] [ w ] [ _ ]

_

$_APP
in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$_APP
    obvious.
$_httpClient
in file Bs_Wse_Walker.class.php, variable Bs_Wse_Walker::$_httpClient
$_indexer
in file Bs_Wse_Walker.class.php, variable Bs_Wse_Walker::$_indexer
    instance of Bs_Is_Indexer. gets set in the constructor.
$_keywordsFrontpage
in file Bs_Wse_Walker.class.php, variable Bs_Wse_Walker::$_keywordsFrontpage
    same as $_descriptionFrontpage but for keywords.
$_keywordsMd5
in file Bs_Wse_Walker.class.php, variable Bs_Wse_Walker::$_keywordsMd5
    same as $_descriptionMd5 but for keywords.
top

a

$allowIgnore
in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$allowIgnore
    url's can be set to be used or ignored.
$allowUrls
in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$allowUrls
    !!!deprecated use $allowIgnore !!!
top

b

$Bs_Is_IndexServer
in file Bs_Wse_WebSearchEngine.class.php, variable Bs_Wse_WebSearchEngine::$Bs_Is_IndexServer
    reference to singleton. gets set in the constructor.
$Bs_Url
in file Bs_Wse_Searcher.class.php, variable Bs_Wse_Searcher::$Bs_Url
    reference to global pseudostatic instance.
$Bs_Url
in file Bs_Wse_Walker.class.php, variable Bs_Wse_Walker::$Bs_Url
    reference to global pseudostatic instance.
$Bs_Wse_WebSearchEngine
in file Bs_Wse_Walker.class.php, variable Bs_Wse_Walker::$Bs_Wse_WebSearchEngine
    reference to Bs_Wse_WebSearchEngine singleton.
$Bs_Wse_WebSearchEngine
in file Bs_Wse_Searcher.class.php, variable Bs_Wse_Searcher::$Bs_Wse_WebSearchEngine
    reference to Bs_Wse_WebSearchEngine singleton.
Bs_Wse_Profile.class.php
procedural page Bs_Wse_Profile.class.php
Bs_Wse_Searcher.class.php
procedural page Bs_Wse_Searcher.class.php
Bs_Wse_Walker.class.php
procedural page Bs_Wse_Walker.class.php
Bs_Wse_WebSearchEngine.class.php
procedural page Bs_Wse_WebSearchEngine.class.php
Bs_Wse_Profile
in file Bs_Wse_Profile.class.php, class Bs_Wse_Profile
    WebSearchEngine Profile class.
Bs_Wse_Profile
in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::Bs_Wse_Profile()
    constructor.
Bs_Wse_Searcher
in file Bs_Wse_Searcher.class.php, class Bs_Wse_Searcher
    dependencies: Bs_Url, Bs_StopWatch
Bs_Wse_Searcher
in file Bs_Wse_Searcher.class.php, method Bs_Wse_Searcher::Bs_Wse_Searcher()
    constructor.
BS_WSE_SEARCHER_VERSION
in file Bs_Wse_Searcher.class.php, constant BS_WSE_SEARCHER_VERSION
Bs_Wse_Walker
in file Bs_Wse_Walker.class.php, class Bs_Wse_Walker
    todo: on windows machines compare url's case insensitive. in many peaces of the code.
Bs_Wse_Walker
in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::Bs_Wse_Walker()
    constructor.
BS_WSE_WALKER_VERSION
in file Bs_Wse_Walker.class.php, constant BS_WSE_WALKER_VERSION
Bs_Wse_WebSearchEngine
in file Bs_Wse_WebSearchEngine.class.php, class Bs_Wse_WebSearchEngine
    WebSearchEngine Class.
Bs_Wse_WebSearchEngine
in file Bs_Wse_WebSearchEngine.class.php, method Bs_Wse_WebSearchEngine::Bs_Wse_WebSearchEngine()
    constructor
BS_WSE_WEBSEARCHENGINE_VERSION
in file Bs_Wse_WebSearchEngine.class.php, constant BS_WSE_WEBSEARCHENGINE_VERSION
top

c

$categories
in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$categories
    categories can be used so that part-searches are possible.
checkDbTables
in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::checkDbTables()
    checks that the needed db tables exist and are up-to-date.
create
in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::create()
    creates a new index.
top

d

$detectDublicatePages
in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$detectDublicatePages
    detects dublicate pages even if they have different urls.
drop
in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::drop()
    drops an existing index.
dropTodoStack
in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::dropTodoStack()
    drops all entries in the todo stack.
top

e

example1.php
procedural page example1.php (subpackage: examples)
top

f

fetchLinksFromPageByUrl
in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::fetchLinksFromPageByUrl()
    returns the links that are going away from the given url.
fetchLinksToPageByUrl
in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::fetchLinksToPageByUrl()
    returns the links that are pointing to the given url.
fetchPageInfoById
in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::fetchPageInfoById()
    returns an array with the indexed information about a page.
fetchPageInfoByUrl
in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::fetchPageInfoByUrl()
    returns an array with the indexed information about a page.
fetchPageList
in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::fetchPageList()
    returns an array of all indexed pages.
fetchWordsForPageByID
in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::fetchWordsForPageByID()
    returns word information about the given webpage.
top

g

getCategoryForUrl
in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::getCategoryForUrl()
    tells the defined category for the given url.
getExternalLinks
in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::getExternalLinks()
    returns a list with the external links.
getIndexDbObj
in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::getIndexDbObj()
    returns a ref to the db obj used for indexing/searching.
getPageID
in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::getPageID()
    returns the pageID for the given url.
getPageUrl
in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::getPageUrl()
    returns the url for the given pageID.
getProfile
in file Bs_Wse_WebSearchEngine.class.php, method Bs_Wse_WebSearchEngine::getProfile()
    returns a reference to the profile for the given profile name.
getProfileName
in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::getProfileName()
    returns the profile name.
getScrollbar
in file Bs_Wse_Searcher.class.php, method Bs_Wse_Searcher::getScrollbar()
    returns the usual scrollbar line to jump to the next results.
getSearcher
in file Bs_Wse_WebSearchEngine.class.php, method Bs_Wse_WebSearchEngine::getSearcher()
    returns a reference to the searcher for the given profile name.
getWalker
in file Bs_Wse_WebSearchEngine.class.php, method Bs_Wse_WebSearchEngine::getWalker()
    returns a reference to the walker for the given profile name.
top

h

highlightStringComplicated
in file Bs_Wse_Searcher.class.php, method Bs_Wse_Searcher::highlightStringComplicated()
    highlight strings in string.
highlightStringComplicated_sort
in file Bs_Wse_Searcher.class.php, function highlightStringComplicated_sort()
top

i

$ignoreFileExtensions
in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$ignoreFileExtensions
    links to urls with such file endings will be ignored, no matter what.
$ignoreUrls
in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$ignoreUrls
    !!!deprecated use $allowIgnore !!!
$ignoreUrlsWithPass
in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$ignoreUrlsWithPass
    urls with a pass part will be ignored.
$ignoreUrlsWithUser
in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$ignoreUrlsWithUser
    urls with a user part will be ignored.
$indexIframes
in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$indexIframes
    should iframes be indexed?
  1. => no
  2. => yes, as part of the surrounding page. use the body of the iframe page and add it to the body of the "parent" page. this is the default, and makes sense.
index
in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::index()
    indexes the url/page specified.
isIgnoredUrl
in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::isIgnoredUrl()
    tells if the given url is ignored or not (depending on the current settings).
index
in file example1.php, function index() (subpackage: examples)
indexBlueshoesOrg
in file phpsearch.php, function indexBlueshoesOrg() (subpackage: examples)
indexDevShedCom
in file phpsearch.php, function indexDevShedCom() (subpackage: examples)
indexHotscriptsCom
in file phpsearch.php, function indexHotscriptsCom() (subpackage: examples)
indexOnlampCom
in file phpsearch.php, function indexOnlampCom() (subpackage: examples)
indexPhpAdvisoryCom
in file phpsearch.php, function indexPhpAdvisoryCom() (subpackage: examples)
indexPhpBuilderCom
in file phpsearch.php, function indexPhpBuilderCom() (subpackage: examples)
indexPhpClassesPhpStartDe
in file phpsearch.php, function indexPhpClassesPhpStartDe() (subpackage: examples)
indexPhpCompleteCom
in file phpsearch.php, function indexPhpCompleteCom() (subpackage: examples)
indexPhpFreaksCom
in file phpsearch.php, function indexPhpFreaksCom() (subpackage: examples)
indexPhpMagDe
in file phpsearch.php, function indexPhpMagDe() (subpackage: examples)
indexPhpNet
in file phpsearch.php, function indexPhpNet() (subpackage: examples)
indexPhpUgCh
in file phpsearch.php, function indexPhpUgCh() (subpackage: examples)
indexPhpUgDe
in file phpsearch.php, function indexPhpUgDe() (subpackage: examples)
indexPhpWeblogsCom
in file phpsearch.php, function indexPhpWeblogsCom() (subpackage: examples)
indexPxSklarCom
in file phpsearch.php, function indexPxSklarCom() (subpackage: examples)
indexScriptSearchCom
in file phpsearch.php, function indexScriptSearchCom() (subpackage: examples)
indexWeberdevCom
in file phpsearch.php, function indexWeberdevCom() (subpackage: examples)
indexWebkreatorCom
in file phpsearch.php, function indexWebkreatorCom() (subpackage: examples)
indexZendCom
in file phpsearch.php, function indexZendCom() (subpackage: examples)
top

l

$limitDomains
in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$limitDomains
    the domains we use. found url's that don't use one of these will be ignored.
load
in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::load()
    loads the profile specified.
loadTodoStack
in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::loadTodoStack()
    loads the persisted stack into the current stack.
top

m

mehrwissen.php
procedural page mehrwissen.php (subpackage: examples)
top

n

$numResults
in file Bs_Wse_Searcher.class.php, variable Bs_Wse_Searcher::$numResults
    is set after a successful search.
top

p

$profileName
in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$profileName
    the unique name of this profile.
persistTodoStack
in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::persistTodoStack()
    persists the todo-stack so we can work on it later (continue/resume).
prune
in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::prune()
    similar to drop() but only removes the content, not the profile itself.
phpsearch.php
procedural page phpsearch.php (subpackage: examples)
top

q

$queryStringUrlLimit
in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$queryStringUrlLimit
    how many pages with the same url but different query string do we fetch?
top

r

$refetchAfter
in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$refetchAfter
    don't refetch a page if it has been indexed lately. save traffic and cpu.
$registeredIndexCallback
in file Bs_Wse_Walker.class.php, variable Bs_Wse_Walker::$registeredIndexCallback
    a function to call on every index() call.
$reindexIfUnchanged
in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$reindexIfUnchanged
    reindex even if the content of a page has not changed since the last time? default is 30, can be TRUE, or an int that is a number of days.
reset
in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::reset()
    resets the object vars to use this object for a new index.
top

s

$searchStyleBody
in file Bs_Wse_Searcher.class.php, variable Bs_Wse_Searcher::$searchStyleBody
$searchStyleFoot
in file Bs_Wse_Searcher.class.php, variable Bs_Wse_Searcher::$searchStyleFoot
$searchStyleHead
in file Bs_Wse_Searcher.class.php, variable Bs_Wse_Searcher::$searchStyleHead
$stopWatch
in file Bs_Wse_Searcher.class.php, variable Bs_Wse_Searcher::$stopWatch
    instance od Bs_StopWatch.
$stopWatch
in file Bs_Wse_Walker.class.php, variable Bs_Wse_Walker::$stopWatch
    instance od Bs_StopWatch.
search
in file Bs_Wse_Searcher.class.php, method Bs_Wse_Searcher::search()
    use search2(), it's the successor.
search2
in file Bs_Wse_Searcher.class.php, method Bs_Wse_Searcher::search2()
    same as search() but uses Bs_Is_Searcher->search2() instead of search().
setDbByDsn
in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::setDbByDsn()
    gives this class a db connection to load/store profiles.
setDbByDsn
in file Bs_Wse_Searcher.class.php, method Bs_Wse_Searcher::setDbByDsn()
setDbByDsn
in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::setDbByDsn()
setDbByObj
in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::setDbByObj()
    gives this class a db connection.
setDbByObj
in file Bs_Wse_Searcher.class.php, method Bs_Wse_Searcher::setDbByObj()
    gives this class a db connection.
setDbByObj
in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::setDbByObj()
    gives this class a db connection to load/store profiles.
setProfile
in file Bs_Wse_WebSearchEngine.class.php, method Bs_Wse_WebSearchEngine::setProfile()
    adds the given profile into the clearing house.
top

u

$urlMaxDisplayLength
in file Bs_Wse_Searcher.class.php, variable Bs_Wse_Searcher::$urlMaxDisplayLength
    how many chars of the url are max. displayed.
$useDescription
in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$useDescription
    similar to var $useKeywords so read there.
$useKeywords
in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$useKeywords
    should the meta keywords be used or not.
top

v

validateExternalLinks
in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::validateExternalLinks()
    validates all foreign links, and shows information about doing so.
top

w

$waitAfterIndex
in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$waitAfterIndex
    how many seconds to wait after indexing a page.
$weightProperties
in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$weightProperties
    weight properties for the different parts of the pages.
top

Documentation generated on Mon, 29 Dec 2003 21:07:27 +0100 by phpDocumentor 1.2.3