Code Monkey home page Code Monkey logo

Comments (4)

ritunrtc avatar ritunrtc commented on June 17, 2024

all required values need to be in the config.yml file. It will look like :
lucene_search:
enabled: true
fuzzy_search_results: true
search_suggestion: true
own_host_only: false
seeds: ['http://xxx/']
sitemap:
render: true
locale:
ignore_language: true
ignore_country: true
restriction:
enabled: false
filter:
valid_links: ['@^http://xxx.*@i']
crawler:
content_max_size: 4
view:
max_per_page: 10

from pimcore-lucene-search.

ejsenn avatar ejsenn commented on June 17, 2024

hi ritunrtc,

thanks for your answer ... please find below my full config-file. next question. is this "src/AppBundle/Resources/config/pimcore/config.yml" the corrent file and path ?

----> config.yml

imports:
- { resource: security.yml }

pimcore:
# we override the generated user model with a custom class which implements the UserInterface
models:
class_overrides:
'Pimcore\Model\DataObject\User': 'AppBundle\Model\DataObject\User'

lucene_search:
enabled: true
sitemap:
render: false
fuzzy_search_results: false
search_suggestion: true
seeds:
- 'https://www.soul4business.com'
filter:
valid_links:
- '@^https://www.soul4business.com.*@i'
view:
max_per_page: 10
crawler:
content_max_size: 4
content_start_indicator: ''
content_end_indicator: ''

from pimcore-lucene-search.

ritunrtc avatar ritunrtc commented on June 17, 2024

yes

from pimcore-lucene-search.

ejsenn avatar ejsenn commented on June 17, 2024

Ok so I don't understand what the problem is with it ?! Any ideas ? Thanks in advance ...

from pimcore-lucene-search.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.