• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Search

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can't get search to work at all. When I reindex, nothing gets added to the index, when I search on any keywords that I know are in my test posts, no results are returned. I only have 7 posts (its currently a dev/test environment). Shouldn't this work out of the box? What am I doing wrong?
[originally posted on jforum.net by ericmedlock]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
is search implement by indexfile based or database search based.
what is the main indexing for search
[originally posted on jforum.net by ranjith]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
search.indexing.enabled=true
search.indexer.default = net.jforum.search.LuceneManager
search.indexer.implementation = ${search.indexer.default}
lucene.analyzer = org.apache.lucene.analysis.standard.StandardAnalyzer
lucene.index.write.path = ${resource.dir}/jforumLuceneIndex
lucene.indexer.ram.numdocs = 10000
lucene.indexer.db.fetch.count = 50


I think that's all... but I don't really know. I made zero changes to the out of the box configuration to search.
[originally posted on jforum.net by ericmedlock]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
test
[originally posted on jforum.net by qwdjqhwdkjqhwdkjqhwd]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
check indexing is enabled or not.
if it is enabled post u r configurations.
[originally posted on jforum.net by ranjith]
 
If I'd had more time, I would have written a shorter letter. -T.S. Eliot such a short, tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic