nqxcode / laravel-lucene-search

Laravel 4.2, 5.* package for full-text search over Eloquent models based on ZF2 Lucene.
73 stars 28 forks source link

Cant make it work. #1

Closed k1ng440 closed 9 years ago

k1ng440 commented 9 years ago

I have followed the document but i cant make it to work no matter what. any help would be appreciated

nqxcode commented 9 years ago

From description of issue I can't understand its essence.

On what steps there are problems? And what type these problems? Describe.

  1. Installing of search package into your Laravel application.
  2. Configuring of search package. 2.1. Publishing & modifying of config.php. 2.2 Modifying of existing classes of models (implements of Search interface, etc.)
  3. Initializing of search index.
  4. Directly execution of search requests (query building & getting of results)

Don't try to use it as an standalone package! It will work only as part of Laravel application.