History log of /dokuwiki/inc/Search/ (Results 101 – 125 of 143)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
743c9a2831-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

rename PagewordIndex to FulltextIndex

5237d40531-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

trigger error when lock/unlock index directory failed

4d04b7bb31-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

histogram() change args order

INdexer::histogram() is only used in indexer_histogram.test.php file.

a2f3916230-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix typo

8fb944f730-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

change wordlen() to non-static method

4027a91a30-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

use Indexer.php instead of PageIndex.php

9a025b5230-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

dispatch indexing request to addPage() or deletePage()

f36fd30729-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

refactor getPID()

getPID() : mark deleted page entry in page.idx
getPIDNoLock() : obsoleted
getPages() : exclude deleted pages

39cb9fcd25-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

claer() idx files only created by index class

02361d2a20-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

define getPages() in AbstractIndex instead of PageIndex

getPages() is inherited to each subclass of AbstractIndex, but MetadataIndex::getPages() will override the inherited method.

d756b1ca20-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

restore accessibility protected for getIndexWords()

094ebf2920-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

separate Tokenizer class

c562873b19-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

remove Undefined method dispacher for _test

be5c1ea219-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

move lookup() to PagewordIndex class, reduce term 'Indexer'

make similar MetadataIndex::lookupKey() and PagewordIndex::lookup()

46b8351419-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

resolve conflictions, CodeSniffer errors

166288e315-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

cast int for addIndexKey()

Does it solve scrutinizer inspection?
The expression ``$this->addIndexKey('page', '', $page);`` of type ``false|integer|string`` adds the type ``string`` to the return on

cast int for addIndexKey()

Does it solve scrutinizer inspection?
The expression ``$this->addIndexKey('page', '', $page);`` of type ``false|integer|string`` adds the type ``string`` to the return on line 73 which is incompatible with the return type documented by ``dokuwiki\Search\AbstractIndex::getPID`` of type ``integer|false``.

show more ...

0cba610b14-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

rewrite deprecated ft_* functions

9ad37f3714-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

remove getInstance() from AbstractIndex

b47a51d914-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix $errors static

839557ad13-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix Undefined methods dispatcher

489a7bf913-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

Undefined methods dispatcher

prepared for unit tests compatibility only

780c140013-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

define histogram() in PageIndex class

185796b313-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

allow public access to getIndex(), etc.

9dd6e5f713-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

obsolete deletePageNoLock()

7dcabbd713-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

separate deletePageNoLock() process

123456