How to stop or limit indexing in IntelliJ 13? -


My intelliJ 13.1.5 consistently indexes my project which actually slows down my machine. When I rebuild my project, as well as when I start my Jetty Server, does anyone know how to disable or at least limit that behavior? It was not so often in the previous version.

Actually, I came to know what was wrong. Once the target folder was excluded from my module and it was always generating IntelliJ for the index and since that module is large, it will always take it to the index.

Solution: Go to "Project Structure" - & gt; "Module" and all target folders are not included.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -