Page 1 of 1

search never returning any results

PostPosted: Tue Jun 12, 2012 7:33 pm
by dcbahr
Hello,

I have noticed that every time I type in the search results into the search box, nothing ever shows up. If I type in the title of a song and I have it search one of my designated folders, it doesn't find the song even though I know it's there. So then I have to go and find the song myself which just takes time. What am I doing wrong here? Do I need to be added different spot in the folder structure? I do not have an organized into playlists, but a folder structure that consists of artist\album\song title. as of right now the search function is useless.

Re: search never returning any results

PostPosted: Tue Jun 12, 2012 11:31 pm
by ytechie
Can you post more details about your folder structure? What paths are in your settings?

Re: search never returning any results

PostPosted: Wed Jun 13, 2012 12:34 am
by BKKKPewsey
Also check your SS log - are there any errors shown during the nightly re-index?

:mrgreen:

Re: search never returning any results

PostPosted: Mon Jun 18, 2012 5:27 am
by dcbahr
I just have the drives selected since they have mostly music on them. But the "all folders" option doesn't seem to do anything.

So for example drive d:\ is labeled "music" and drive e:\ is labeled as "more music" because I want to access a lot of subfolders within the root dir.

as for the SS log, I have no idea what I'm looking for to notice any sort of change during the nightlly indexing. we're talking 3tb or so of music here.

Re: search never returning any results

PostPosted: Mon Jun 18, 2012 12:19 pm
by BKKKPewsey
dcbahr wrote:as for the SS log, I have no idea what I'm looking for to notice any sort of change during the nightlly indexing.


The important bit is at the end
Code: Select all
[18/06/12 06:27:24 BST]   INFO   SearchService   Created search index with xxxxxxx entries.
[18/06/12 06:27:39 BST]   INFO   SearchService   Updating Lucene search index.
[18/06/12 06:28:08 BST]   INFO   SearchService   Created search index with xxxxxxx entries.

Re: search never returning any results

PostPosted: Wed Jul 25, 2012 11:15 am
by Papageno
I've the same problem. The only entries are:

Code: Select all
t@M:/var/subsonic# cat ./subsonic.log | grep search
[2012-07-25 10:02:13,981] ERROR LuceneSearchService - Failed to execute Lucene search.
        at net.sourceforge.subsonic.service.LuceneSearchService.search(LuceneSearchService.java:127)
        at net.sourceforge.subsonic.service.SearchService.search(SearchService.java:280)
[2012-07-25 10:02:14,309] ERROR LuceneSearchService - Failed to execute Lucene search.
        at net.sourceforge.subsonic.service.LuceneSearchService.search(LuceneSearchService.java:127)
        at net.sourceforge.subsonic.service.SearchService.search(SearchService.java:280)
[2012-07-25 11:50:34,255] ERROR LuceneSearchService - Failed to execute Lucene search.
        at net.sourceforge.subsonic.service.LuceneSearchService.search(LuceneSearchService.java:127)
        at net.sourceforge.subsonic.service.SearchService.search(SearchService.java:280)
[2012-07-25 11:50:34,294] ERROR LuceneSearchService - Failed to execute Lucene search.
        at net.sourceforge.subsonic.service.LuceneSearchService.search(LuceneSearchService.java:127)
        at net.sourceforge.subsonic.service.SearchService.search(SearchService.java:280)


Code: Select all
r@M:/var/subsonic# cat ./subsonic_sh.log | grep Warnung
Warnung: Cache: musicFolderCache has a maxElementsInMemory of 0. It is strongly recommended to have a maximumSize of at least 1. Performance is halved by not using a MemoryStore.
Warnung: Cache: chatCache has a maxElementsInMemory of 0. It is strongly recommended to have a maximumSize of at least 1. Performance is halved by not using a MemoryStore.


Code: Select all
r@M:/var# ps aux | grep subs
root     12958  0.5 41.0 1068152 206632 ?      Sl   Jul25   7:15 java -Xmx100m -Dsubsonic.home=/var/subsonic -Dsubsonic.host=0.0.0.0 -Dsubsonic.port=4040 -Dsubsonic.httpsPort=0 -Dsubsonic.contextPath=/ -Dsubsonic.defaultMusicFolder=/var/music -Dsubsonic.defaultPodcastFolder=/var/music/Podcast -Dsub onic.defaultPlaylistFolder=/var/playlists -Djava.awt.headless=true -verbose:gc -jar subsonic-booter-jar-with-dependencies.jar


Please, can you give me some help?
Thx
Hans